C# 클래스 AkTransform, examples

상속: IDisposable
파일 보기 프로젝트 열기: enzienaudio/examples 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
AkTransform ( ) : System
Dispose ( ) : void
OrientationFront ( ) : AkVector,
OrientationTop ( ) : AkVector,
Position ( ) : AkVector,
Set ( AkVector, in_position, AkVector, in_orientationFront, AkVector, in_orientationTop ) : void
Set ( float in_positionX, float in_positionY, float in_positionZ, float in_orientFrontX, float in_orientFrontY, float in_orientFrontZ, float in_orientTopX, float in_orientTopY, float in_orientTopZ ) : void
SetOrientation ( AkVector, in_orientationFront, AkVector, in_orientationTop ) : void
SetOrientation ( float in_orientFrontX, float in_orientFrontY, float in_orientFrontZ, float in_orientTopX, float in_orientTopY, float in_orientTopZ ) : void
SetPosition ( AkVector, in_position ) : void
SetPosition ( float in_x, float in_y, float in_z ) : void

비공개 메소드들

메소드 설명
AkTransform ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( AkTransform, obj ) : IntPtr

메소드 상세

AkTransform() 공개 메소드

public AkTransform ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OrientationFront() 공개 메소드

public OrientationFront ( ) : AkVector,
리턴 AkVector,

OrientationTop() 공개 메소드

public OrientationTop ( ) : AkVector,
리턴 AkVector,

Position() 공개 메소드

public Position ( ) : AkVector,
리턴 AkVector,

Set() 공개 메소드

public Set ( AkVector, in_position, AkVector, in_orientationFront, AkVector, in_orientationTop ) : void
in_position AkVector,
in_orientationFront AkVector,
in_orientationTop AkVector,
리턴 void

Set() 공개 메소드

public Set ( float in_positionX, float in_positionY, float in_positionZ, float in_orientFrontX, float in_orientFrontY, float in_orientFrontZ, float in_orientTopX, float in_orientTopY, float in_orientTopZ ) : void
in_positionX float
in_positionY float
in_positionZ float
in_orientFrontX float
in_orientFrontY float
in_orientFrontZ float
in_orientTopX float
in_orientTopY float
in_orientTopZ float
리턴 void

SetOrientation() 공개 메소드

public SetOrientation ( AkVector, in_orientationFront, AkVector, in_orientationTop ) : void
in_orientationFront AkVector,
in_orientationTop AkVector,
리턴 void

SetOrientation() 공개 메소드

public SetOrientation ( float in_orientFrontX, float in_orientFrontY, float in_orientFrontZ, float in_orientTopX, float in_orientTopY, float in_orientTopZ ) : void
in_orientFrontX float
in_orientFrontY float
in_orientFrontZ float
in_orientTopX float
in_orientTopY float
in_orientTopZ float
리턴 void

SetPosition() 공개 메소드

public SetPosition ( AkVector, in_position ) : void
in_position AkVector,
리턴 void

SetPosition() 공개 메소드

public SetPosition ( float in_x, float in_y, float in_z ) : void
in_x float
in_y float
in_z float
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool