C# Class ME3Explorer.Matinee.InterpTrackFloatBase

Inheritance: InterpTrack
Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
CurveTension float
FloatTrack InterpCurveFloat

Public Methods

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

Method Details

GetKeyFrames() public method

public GetKeyFrames ( ) : void
return void

InterpTrackFloatBase() public method

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

CurveTension public_oe property

public float CurveTension
return float

FloatTrack public_oe property

public InterpCurveFloat,ME3Explorer.Matinee FloatTrack
return InterpCurveFloat