Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Fusion
Core
Mathematics
FrustumCameraParams
C# 클래스 Fusion.Core.Mathematics.FrustumCameraParams
파일 보기
프로젝트 열기: demiurghg/FusionEngine
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
AspectRatio
float
FOV
float
LookAtDir
System.Vector3
Position
System.Vector3
UpDir
System.Vector3
ZFar
float
ZNear
float
프로퍼티 상세
AspectRatio
공개적으로 프로퍼티
Aspect ratio.
public
float
AspectRatio
리턴
float
FOV
공개적으로 프로퍼티
Field of view.
public
float
FOV
리턴
float
LookAtDir
공개적으로 프로퍼티
Looking at direction of the camera.
public
Vector3,System
LookAtDir
리턴
System.Vector3
Position
공개적으로 프로퍼티
Position of the camera.
public
Vector3,System
Position
리턴
System.Vector3
UpDir
공개적으로 프로퍼티
Up direction.
public
Vector3,System
UpDir
리턴
System.Vector3
ZFar
공개적으로 프로퍼티
Z far distance.
public
float
ZFar
리턴
float
ZNear
공개적으로 프로퍼티
Z near distance.
public
float
ZNear
리턴
float