Click or drag to resize
Sound Methods

The Sound type exposes the following members.

Methods
  NameDescription
Public methodDispose
Dispose
(Inherited from RefObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFadeVolume
サウンド音量のフェード操作を行います。
Protected methodFinalize
デストラクタ
(Inherited from RefObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPause
サウンドの再生を一時停止します。
Public methodPlay
サウンドを再生します。
Public methodResume
サウンドの再生を一時停止します。
Public methodSetEmitterPosition
サウンドの 3D 音源としての位置を設定します。
Public methodSetEmitterVelocity
サウンドの 3D 音源としての速度を設定します。
Public methodSetLoopRange
サウンドのループ再生の範囲を設定します。
Public methodStop
サウンドの再生を停止します。
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also