Class Projector
Assembly: UnityEngine.dll
Syntax
public sealed class Projector : Behaviour
Properties
aspectRatio
Declaration
public float aspectRatio { get; set; }
Property Value
farClipPlane
Declaration
public float farClipPlane { get; set; }
Property Value
fieldOfView
Declaration
public float fieldOfView { get; set; }
Property Value
ignoreLayers
Declaration
public int ignoreLayers { get; set; }
Property Value
material
Declaration
public Material material { get; set; }
Property Value
nearClipPlane
Declaration
public float nearClipPlane { get; set; }
Property Value
orthographic
Declaration
public bool orthographic { get; set; }
Property Value
orthographicSize
Declaration
public float orthographicSize { get; set; }
Property Value
Extension Methods