Click or drag to resize
SoundEffect Properties

The SoundEffect type exposes the following members.

Properties
  NameDescription
Public property_GameObject
Get the game object this component is attached to.
(Inherited from BaseComponent.)
Public propertyDuration
Get sound duration.
Public propertyEnabled
Is this component currently enabled.
(Inherited from BaseComponent.)
Public propertyIsLooped
If true will play this sound in a loop.
Public propertyIsPaused
Is the sound currently paused?
Public propertyIsPlaying
Is the sound currently playing?
Public propertyIsStopped
Is the sound currently stopped?
Public propertyName
Get / set the name of this component.
(Inherited from IComponent.)
Public propertyPan
Pan effect.
Public propertyPitch
Pitch effect.
Public propertyVolume
Sound effect volume.
Top
See Also