class MAGES::CollisionSound::IgnoreSoundSubModule¶
Overview¶
A SubModule of CollisionSoundModule that contains all the gameobjects that ignore sounds. More…
class IgnoreSoundSubModule: public MAGES::SubModule { public: // properties HashSetIgnoreSoundObjects; // methods override void Shutdown(); override void Startup(); };
Inherited Members¶
public:
// properties
int Version;
// methods
void Startup();
void Shutdown();
virtual void UpdateModule(UpdatePhase updatePhase);
Detailed Documentation¶
A SubModule of CollisionSoundModule that contains all the gameobjects that ignore sounds.
Properties¶
HashSetIgnoreSoundObjects
Gets or sets the hashset containing all the objects that will ignore collision sounds.