Show / Hide Table of Contents

Struct FrustumPlanes

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
[Serializable]
public struct FrustumPlanes

Fields

| Improve this Doc View Source

bottom

Declaration
public float bottom
Field Value
Type Description
Single
| Improve this Doc View Source

left

Declaration
public float left
Field Value
Type Description
Single
| Improve this Doc View Source

right

Declaration
public float right
Field Value
Type Description
Single
| Improve this Doc View Source

top

Declaration
public float top
Field Value
Type Description
Single
| Improve this Doc View Source

zFar

Declaration
public float zFar
Field Value
Type Description
Single
| Improve this Doc View Source

zNear

Declaration
public float zNear
Field 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