C# Class ME3Explorer.Matinee.BioScalarParameterTrack

Inheritance: InterpTrackFloatBase
Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
InterpValue float
PropertyName int
m_pParentEffect int

Public Methods

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

Method Details

BioScalarParameterTrack() public method

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

InterpValue public property

public float InterpValue
return float

PropertyName public property

public int PropertyName
return int

m_pParentEffect public property

public int m_pParentEffect
return int