Struct Camera.GateFitParameters
Assembly: UnityEngine.dll
Syntax
public struct GateFitParameters
Constructors
|
Improve this Doc
View Source
GateFitParameters(Camera.GateFitMode, Single)
Declaration
public GateFitParameters(Camera.GateFitMode mode, float aspect)
Parameters
Properties
|
Improve this Doc
View Source
aspect
Declaration
public float aspect { get; set; }
Property Value
|
Improve this Doc
View Source
mode
Declaration
public Camera.GateFitMode mode { get; set; }
Property Value
Extension Methods