C# Класс EZCameraSettings, marblemadness

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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