메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
GetCurrentState ( ) : BuilderStateType | ||
InitializeStateTable ( ) : void | ||
OnDestroy ( ) : void | ||
RegisterEventReceiver ( BuilderStateType builderState, System action ) : void |
Convenience function that attaches an event receiver via event broadcaster system by specifying the corresponding build state. Does not accept parameters.
|
|
RemoveEventReceiver ( BuilderStateType builderState ) : void | ||
SetState ( BuilderStateType stateType ) : void | ||
Start ( ) : void |
메소드 | 설명 | |
---|---|---|
DelayedMain ( ) : IEnumerator |
public static RegisterEventReceiver ( BuilderStateType builderState, System action ) : void | ||
builderState | BuilderStateType | Builder state. |
action | System | Action. |
리턴 | void |
public static RemoveEventReceiver ( BuilderStateType builderState ) : void | ||
builderState | BuilderStateType | |
리턴 | void |
public SetState ( BuilderStateType stateType ) : void | ||
stateType | BuilderStateType | |
리턴 | void |