C# Class RecordAndPlayback.PlayableTapAction, storyspace

Inheritance: PlayableLine
Afficher le fichier Open project: personal-robots/storyspace

Méthodes publiques

Méthode 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 méthode

public GetActionType ( ) : string
Résultat string

GetDelayTime() public méthode

public GetDelayTime ( ) : float
Résultat float

GetObjectName() public méthode

public GetObjectName ( ) : string
Résultat string

PlayableTapAction() public méthode

public PlayableTapAction ( PlayableLine line, float delayTime ) : System
line PlayableLine
delayTime float
Résultat System

PlayableTapAction() public méthode

public PlayableTapAction ( string obj, string tag, Vector3 posn, DateTime time, float delayTime ) : System
obj string
tag string
posn Vector3
time DateTime
delayTime float
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string