Class EffectIconUI
Simple Monobehaviour used to get fast reference to the Image and Slider used by current active effect icone on UI
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
EffectIconUI
Namespace: CreatorKitCodeInternal
Assembly: Assembly-CSharp.dll
Syntax
public class EffectIconUI : MonoBehaviour
Fields
BackgroundImage
Declaration
public Image BackgroundImage
Field Value
Type | Description |
---|---|
UnityEngine.UI.Image |
TimeSlider
Declaration
public Slider TimeSlider
Field Value
Type | Description |
---|---|
UnityEngine.UI.Slider |