Click or drag to resize
SoundListener Class
3D音声のリスナーに関する情報を操作します。
Inheritance Hierarchy
SystemObject
  LuminoSoundListener

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SoundListener

The SoundListener type exposes the following members.

Constructors
  NameDescription
Public methodSoundListener
Initializes a new instance of the SoundListener class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSetDirection
3D音声のリスナーの正面方向を設定します。
Public methodStatic memberSetPositionXYZ
3D音声のリスナーの位置を設定します。
Public methodStatic memberSetUpDirection
3D音声のリスナーの上方向を設定します。(正面方向とは直交であること)
Public methodStatic memberSetVelocity
3D音声のリスナーの速度を設定します。
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberDirection
3D音声のリスナーの正面方向
Public propertyStatic memberPosition
3D音声のリスナーの位置
Public propertyStatic memberUpDirection
3D音声のリスナーの上方向(正面方向とは直交であること)
Public propertyStatic memberVelocity
3D音声のリスナーの速度
Top
See Also