C# Class ME3Explorer.Matinee.InterpTrackSound

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

Public Properties

Property Type Description
Sounds List
bContinueSoundOnMatineeEnd bool
bSuppressSubtitles bool

Public Methods

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

Method Details

InterpTrackSound() public method

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

Sounds public_oe property

public List Sounds
return List

bContinueSoundOnMatineeEnd public_oe property

public bool bContinueSoundOnMatineeEnd
return bool

bSuppressSubtitles public_oe property

public bool bSuppressSubtitles
return bool