C# Class ME3Explorer.Matinee.SFXInterpTrackToggleBase

Inheritance: BioInterpTrack
Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
m_TargetActor int
m_aTarget List
m_aToggleKeyData List

Public Methods

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

Method Details

LoadData() public method

public LoadData ( ) : void
return void

SFXInterpTrackToggleBase() public method

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

ToTree() public method

public ToTree ( ) : void
return void

Property Details

m_TargetActor public_oe property

public int m_TargetActor
return int

m_aTarget public_oe property

public List m_aTarget
return List

m_aToggleKeyData public_oe property

public List m_aToggleKeyData
return List