Property | Type | Description | |
---|---|---|---|
_isPulsing | bool |
Method | Description | |
---|---|---|
StartPulsing ( int stepIndex, double dspTime = 0d ) : void |
Starts the pulse at the specified stepIndex, and optionally dspTime. Omitting the dspTime parameter will start the pulse immediately.
|
|
Stop ( ) : void |
Stop pulsing immediately.
|
Method | Description | |
---|---|---|
OnDisable ( ) : void | ||
OnDropDownResume ( double dspDelta ) : void | ||
OnEnable ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
protected OnDropDownResume ( double dspDelta ) : void | ||
dspDelta | double | |
return | void |
public StartPulsing ( int stepIndex, double dspTime = 0d ) : void | ||
stepIndex | int | |
dspTime | double | |
return | void |