Table of Contents

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

IMaterial

Sprite

ISprite Sprite { get; }

Property Value

ISprite

UV0

Vector2 UV0 { get; }

Property Value

Vector2

UV1

Vector2 UV1 { get; }

Property Value

Vector2