C# 클래스 GlTF_Perspective

상속: GlTF_Camera
파일 보기 프로젝트 열기: tparisi/Unity-glTF-Exporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
aspect_ratio float
yfov float
zfar float
znear float

공개 메소드들

메소드 설명
GlTF_Perspective ( ) : UnityEngine
Write ( ) : void

메소드 상세

GlTF_Perspective() 공개 메소드

public GlTF_Perspective ( ) : UnityEngine
리턴 UnityEngine

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

aspect_ratio 공개적으로 프로퍼티

public float aspect_ratio
리턴 float

yfov 공개적으로 프로퍼티

public float yfov
리턴 float

zfar 공개적으로 프로퍼티

public float zfar
리턴 float

znear 공개적으로 프로퍼티

public float znear
리턴 float