프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_isPulsing | bool |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
OnDisable ( ) : void | ||
OnDropDownResume ( double dspDelta ) : void | ||
OnEnable ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
protected OnDropDownResume ( double dspDelta ) : void | ||
dspDelta | double | |
리턴 | void |
public StartPulsing ( int stepIndex, double dspTime = 0d ) : void | ||
stepIndex | int | |
dspTime | double | |
리턴 | void |