Show / Hide Table of Contents

Struct Camera.GateFitParameters

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
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
Type Name Description
Camera.GateFitMode mode
Single aspect

Properties

| Improve this Doc View Source

aspect

Declaration
public float aspect { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

mode

Declaration
public Camera.GateFitMode mode { get; set; }
Property Value
Type Description
Camera.GateFitMode

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX