Class CameraProjectionTypeExtensions
Inheritance
System.Object
CameraProjectionTypeExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Immersive
Assembly: cs.temp.dll.dll
Syntax
public static class CameraProjectionTypeExtensions
Methods
IsOrthographic(CameraProjectionType)
A method that determines whether a CameraProjectionType is orthographic.
Declaration
public static bool IsOrthographic(this CameraProjectionType projectionType)
Parameters
| Type | Name | Description |
|---|---|---|
| CameraProjectionType | projectionType |
Returns
| Type | Description |
|---|---|
| System.Boolean | True if projectionType is Orthographic |