C# 클래스 Poonya.SEA3D.Objects.SEACamera

상속: SEAObject3D
파일 보기 프로젝트 열기: sunag/sea3d 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fov float
transform float[]

공개 메소드들

메소드 설명
SEACamera ( string name ) : System.Collections.Generic
Write ( ) : ByteArray

메소드 상세

SEACamera() 공개 메소드

public SEACamera ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

Write() 공개 메소드

public Write ( ) : ByteArray
리턴 Poonya.Utils.ByteArray

프로퍼티 상세

fov 공개적으로 프로퍼티

public float fov
리턴 float

transform 공개적으로 프로퍼티

public float[] transform
리턴 float[]