C# Class RecordAndPlayback.PlayableLine, storyspace

Show file Open project: personal-robots/storyspace

Protected Properties

Property Type Description
obj string
posn Vector3
tag string
time DateTime

Public Methods

Method 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 method

public GetObject ( ) : string
return string

GetPosn() public method

public GetPosn ( ) : Vector3
return Vector3

GetStartTime() public method

public GetStartTime ( ) : DateTime
return DateTime

GetTag() public method

public GetTag ( ) : string
return string

PlayableLine() public method

public PlayableLine ( ) : System
return System

PlayableLine() public method

public PlayableLine ( PlayableLine line ) : System
line PlayableLine
return System

PlayableLine() public method

public PlayableLine ( string obj, string tag, Vector3 posn, DateTime time ) : System
obj string
tag string
posn Vector3
time DateTime
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

obj protected property

protected string obj
return string

posn protected property

protected Vector3 posn
return Vector3

tag protected property

protected string tag
return string

time protected property

protected DateTime time
return DateTime