C# Class ME3Explorer.Matinee.InterpTrackVectorBase

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

Public Properties

Property Type Description
VectorTrack InterpCurveVector

Public Methods

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

Method Details

GetKeyFrames() public method

public GetKeyFrames ( ) : void
return void

InterpTrackVectorBase() public method

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

VectorTrack public_oe property

public InterpCurveVector,ME3Explorer.Matinee VectorTrack
return InterpCurveVector