Method | Description | |
---|---|---|
GetActionType ( ) : string | ||
GetDelayTime ( ) : float | ||
GetObjectName ( ) : string | ||
PlayableTapAction ( PlayableLine line, float delayTime ) : System | ||
PlayableTapAction ( string obj, string tag, Vector3 posn, DateTime time, float delayTime ) : System | ||
ToString ( ) : string |
public PlayableTapAction ( PlayableLine line, float delayTime ) : System | ||
line | PlayableLine | |
delayTime | float | |
return | System |
public PlayableTapAction ( string obj, string tag, Vector3 posn, DateTime time, float delayTime ) : System | ||
obj | string | |
tag | string | |
posn | Vector3 | |
time | DateTime | |
delayTime | float | |
return | System |