Interface IMaterialComponentOwner
- Namespace
- Lime
- Assembly
- Lime.dll
This interface must implements every node which can be used as a owner of MaterialComponent.
public interface IMaterialComponentOwner
Properties
Material
IMaterial Material { get; set; }
Property Value
Sprite
ISprite Sprite { get; }
Property Value
UV0
Vector2 UV0 { get; }
Property Value
UV1
Vector2 UV1 { get; }