C# Class RecordAndPlayback.PlayableLine, storyspace

Afficher le fichier Open project: personal-robots/storyspace

Protected Properties

Свойство Type Description
obj string
posn Vector3
tag string
time DateTime

Méthodes publiques

Méthode Description
GetObject ( ) : string
GetPosn ( ) : Vector3
GetStartTime ( ) : DateTime
GetTag ( ) : string
PlayableLine ( ) : System
PlayableLine ( PlayableLine line ) : System
PlayableLine ( string obj, string tag, Vector3 posn, DateTime time ) : System
ToString ( ) : string

Method Details

GetObject() public méthode

public GetObject ( ) : string
Résultat string

GetPosn() public méthode

public GetPosn ( ) : Vector3
Résultat Vector3

GetStartTime() public méthode

public GetStartTime ( ) : DateTime
Résultat DateTime

GetTag() public méthode

public GetTag ( ) : string
Résultat string

PlayableLine() public méthode

public PlayableLine ( ) : System
Résultat System

PlayableLine() public méthode

public PlayableLine ( PlayableLine line ) : System
line PlayableLine
Résultat System

PlayableLine() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

obj protected_oe property

protected string obj
Résultat string

posn protected_oe property

protected Vector3 posn
Résultat Vector3

tag protected_oe property

protected string tag
Résultat string

time protected_oe property

protected DateTime time
Résultat DateTime