Class ImageComponent
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
ImageComponent
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public abstract class ImageComponent : MonoBehaviour
Properties
image
Declaration
public Image image { get; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.UI.Image |
material
Declaration
public Material material { get; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.Material |
Methods
Init()
It's guaranteed image and material to be non-null when this is called.
Declaration
public virtual void Init()
OnDestroy()
Declaration
public void OnDestroy()
Start()
Declaration
public virtual void Start()
Tick()
It's guaranteed image and material to be non-null when this is called.
Declaration
public virtual void Tick()
Update()
Declaration
public virtual void Update()