Class IntervalBase
The base class of the interval logic.
Namespace: black.kit.toybox
Assembly: cs.temp.dll.dll
Syntax
public abstract class IntervalBase : UdonSharpBehaviour
Properties
Interval
The interval of the progress.
Declaration
public float Interval { get; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
InternalUpdateView()
Update the view of the UI.
Declaration
public void InternalUpdateView()
Start()
The callback when the object is initialized.
Declaration
protected virtual void Start()
UpdateView()
Update the view of the UI.
Declaration
public abstract void UpdateView()
ValidateInspector()
Validate the inspector.
Declaration
protected abstract bool ValidateInspector()
Returns
Type | Description |
---|---|
System.Boolean | Whether the inspectors are valid. |