C# Class RecordAndPlayback.PlayableTapAction, storyspace

Inheritance: PlayableLine
Exibir arquivo Open project: personal-robots/storyspace

Public Methods

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

Method Details

GetActionType() public method

public GetActionType ( ) : string
return string

GetDelayTime() public method

public GetDelayTime ( ) : float
return float

GetObjectName() public method

public GetObjectName ( ) : string
return string

PlayableTapAction() public method

public PlayableTapAction ( PlayableLine line, float delayTime ) : System
line PlayableLine
delayTime float
return System

PlayableTapAction() public method

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

ToString() public method

public ToString ( ) : string
return string