Click or drag to resize
Sound Methods

The Sound type exposes the following members.

Methods
  NameDescription
Public methodDispose
Dispose
(Inherited from RefObject.)
Public methodEquals (Inherited from Object.)
Public methodFadeVolume
サウンド音量のフェード操作を行います。
Protected methodFinalize
デストラクタ
(Inherited from RefObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPause
サウンドの再生を一時停止します。
Public methodPlay
サウンドを再生します。
Public methodResume
サウンドの再生を一時停止します。
Public methodSetEmitterPosition
サウンドの 3D 音源としての位置を設定します。
Public methodSetEmitterVelocity
サウンドの 3D 音源としての速度を設定します。
Public methodSetLoopRange
サウンドのループ再生の範囲を設定します。
Public methodStop
サウンドの再生を停止します。
Public methodToString (Inherited from Object.)
Top
See Also