C# 클래스 EZCameraSettings, marblemadness

파일 보기 프로젝트 열기: MtvnGames/marblemadness 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
camera Camera
mask LayerMask
rayDepth float

프로퍼티 상세

camera 공개적으로 프로퍼티

A camera, through which input events will be cast into the scene.
public Camera camera
리턴 Camera

mask 공개적으로 프로퍼티

Layer mask to use for input through this camera.
public LayerMask mask
리턴 LayerMask

rayDepth 공개적으로 프로퍼티

The depth into the scene to cast input events into the scene through this camera. Only modify this value if you wish to limit the player's "reach" into a 3D scene when using the mouse or touchpad.
public float rayDepth
리턴 float