Torque3D Documentation / _generateds / SFXController::Source

SFXController::Source

Engine/source/sfx/sfxController.h

More...

Public Attributes

Pitch scale factor to apply to the source.

The play-once source.

Index of slot in playlist that this source was spawned on.

The state to which the source is tied.

Volume scale factor to apply to the source.

Public Functions

Detailed Description

Public Attributes

F32 mFadeInTime 
F32 mFadeOutTime 
F32 mPitchScale 

Pitch scale factor to apply to the source.

Saved as it may have been randomly generated.

SimObjectPtr< SFXSource > mPtr 

The play-once source.

U32 mSlotIndex 

Index of slot in playlist that this source was spawned on.

SFXState * mState 

The state to which the source is tied.

Only taken over from the instruction if the state mode is not set to ignored.

F32 mVolumeScale 

Volume scale factor to apply to the source.

Saved as it may have been randomly generated.

Public Functions

Source()