Struct LODParameters
Assembly: UnityEngine.dll
Syntax
public struct LODParameters
Properties
|
Improve this Doc
View Source
cameraPixelHeight
Declaration
public int cameraPixelHeight { get; set; }
Property Value
|
Improve this Doc
View Source
cameraPosition
Declaration
public Vector3 cameraPosition { get; set; }
Property Value
|
Improve this Doc
View Source
fieldOfView
Declaration
public float fieldOfView { get; set; }
Property Value
|
Improve this Doc
View Source
isOrthographic
Declaration
public bool isOrthographic { get; set; }
Property Value
|
Improve this Doc
View Source
orthoSize
Declaration
public float orthoSize { get; set; }
Property Value
Extension Methods