C# Class ME3Explorer.Matinee.InterpTrackEvent

Inheritance: InterpTrack
ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
EventTrack List
bFireEventsWhenBackwards bool
bFireEventsWhenForwards bool
bFireEventsWhenJumpingForwards bool

Public Methods

Method Description
GetKeyFrames ( ) : void
InterpTrackEvent ( int idx, ME3Package pccobj ) : ME3Explorer.SequenceObjects
LoadData ( ) : void
ToTree ( ) : void

Method Details

GetKeyFrames() public method

public GetKeyFrames ( ) : void
return void

InterpTrackEvent() public method

public InterpTrackEvent ( int idx, ME3Package pccobj ) : ME3Explorer.SequenceObjects
idx int
pccobj ME3Package
return ME3Explorer.SequenceObjects

LoadData() public method

public LoadData ( ) : void
return void

ToTree() public method

public ToTree ( ) : void
return void

Property Details

EventTrack public_oe property

public List EventTrack
return List

bFireEventsWhenBackwards public_oe property

public bool bFireEventsWhenBackwards
return bool

bFireEventsWhenForwards public_oe property

public bool bFireEventsWhenForwards
return bool

bFireEventsWhenJumpingForwards public_oe property

public bool bFireEventsWhenJumpingForwards
return bool