Show / Hide Table of Contents

Struct LODParameters

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.Rendering
Assembly: UnityEngine.dll
Syntax
public struct LODParameters

Properties

| Improve this Doc View Source

cameraPixelHeight

Declaration
public int cameraPixelHeight { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

cameraPosition

Declaration
public Vector3 cameraPosition { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

fieldOfView

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

isOrthographic

Declaration
public bool isOrthographic { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

orthoSize

Declaration
public float orthoSize { get; set; }
Property Value
Type Description
Single

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