Method | Description | |
---|---|---|
OnPulse ( IGATPulseInfo pulseInfo ) : void |
Check if _subscribedSteps[ pulseInfo.StepIndex ] when overriding.
|
Method | Description | |
---|---|---|
Awake ( ) : void |
Call base.Awake() first if you override
|
|
CanSubscribeToPulse ( ) : bool |
You can override this method to add constraints
|
|
IGATPulseClient ( bool newSteps ) : void | ||
NewPulseStepShouldStartChecked ( int stepIndex ) : bool |
If a new step has been added to the pulse, should _subscribedSteps[ stepIndex ] start true?
|
|
OnDisable ( ) : void |
Call base.OnDisable() first if you override
|
|
OnEnable ( ) : void |
Call base.OnEnable() first if you override
|
|
SubscribeToPulseIfNeeded ( ) : void |
If CanSubscribeToPulse() is true, will subscribe
|
|
UnsubscribeToPulse ( ) : void |
Unsubscribes to the pulse.
|
|
UpdateSubscribedSteps ( bool newSteps ) : void |
protected IGATPulseClient ( bool newSteps ) : void | ||
newSteps | bool | |
return | void |
protected NewPulseStepShouldStartChecked ( int stepIndex ) : bool | ||
stepIndex | int | |
return | bool |
public abstract OnPulse ( IGATPulseInfo pulseInfo ) : void | ||
pulseInfo | IGATPulseInfo | |
return | void |
protected SubscribeToPulseIfNeeded ( ) : void | ||
return | void |
protected UpdateSubscribedSteps ( bool newSteps ) : void | ||
newSteps | bool | |
return | void |