Class AxisAnimateUI_Chain
Inheritance
object
AxisAnimateUI_Chain
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class AxisAnimateUI_Chain
Constructors
AxisAnimateUI_Chain()
Declaration
public AxisAnimateUI_Chain()
Fields
isAnimating
Declaration
Field Value
isDisabling
Declaration
Field Value
isEnabling
Declaration
Field Value
isWaiting
Declaration
Field Value
queueEnter
Declaration
Field Value
queueExit
Declaration
Field Value
Properties
globalEnabled
Declaration
public bool globalEnabled { get; }
Property Value
isIdle
Declaration
public bool isIdle { get; }
Property Value
isRun
Declaration
public bool isRun { get; }
Property Value
selfActive
Declaration
public bool selfActive { get; }
Property Value
selfEnabled
Declaration
public bool selfEnabled { get; }
Property Value
Methods
AnimateEnter()
Declaration
public Task<bool> AnimateEnter()
Returns
Type |
Description |
Task<><bool> |
|
AnimateExit()
Declaration
public bool AnimateExit()
Returns
Idle()
Declaration
LogCantDisable(string)
Declaration
public void LogCantDisable(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
LogFutureDeactivate()
Declaration
public void LogFutureDeactivate()
LogHierarchy()
Declaration
public void LogHierarchy()
LogNotRun()
Declaration
QueueEnter()
Declaration
QueueExit()
Declaration