class MAGES::CollisionSound::CollisionSoundObject¶
Overview¶
A class representing an object that when wolliding plays a specific sound corresponding to its material. More…
class CollisionSoundObject: public MonoBehaviour { public: // properties CollisionSoundMaterial CollisionSoundMaterial; bool AutomaticOverride; };
Detailed Documentation¶
A class representing an object that when wolliding plays a specific sound corresponding to its material.
Properties¶
CollisionSoundMaterial CollisionSoundMaterial
Gets or sets the name of the corresponding collision sound material.
bool AutomaticOverride
Gets or sets a value indicating whether the object’s attributes must be set manually.