C# Class ME3Explorer.Matinee.InterpTrackVisibility

Inheritance: InterpTrack
Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
VisibilityTrack List
bFireEventsWhenBackwards bool
bFireEventsWhenForwards bool
bFireEventsWhenJumpingForwards bool

Public Methods

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

Method Details

GetKeyFrames() public method

public GetKeyFrames ( ) : void
return void

InterpTrackVisibility() public method

public InterpTrackVisibility ( 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

VisibilityTrack public property

public List VisibilityTrack
return List

bFireEventsWhenBackwards public property

public bool bFireEventsWhenBackwards
return bool

bFireEventsWhenForwards public property

public bool bFireEventsWhenForwards
return bool

bFireEventsWhenJumpingForwards public property

public bool bFireEventsWhenJumpingForwards
return bool