C# Class ME3Explorer.Matinee.SFXInterpTrackBlackScreen

Inheritance: BioInterpTrack
Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
m_BlackScreenSeq int
m_aBlackScreenKeyData List

Public Methods

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

Method Details

LoadData() public method

public LoadData ( ) : void
return void

SFXInterpTrackBlackScreen() public method

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

ToTree() public method

public ToTree ( ) : void
return void

Property Details

m_BlackScreenSeq public_oe property

public int m_BlackScreenSeq
return int

m_aBlackScreenKeyData public_oe property

public List m_aBlackScreenKeyData
return List