Show / Hide Table of Contents

Struct VisibleReflectionProbe

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 VisibleReflectionProbe

Fields

| Improve this Doc View Source

blendDistance

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

bounds

Declaration
public Bounds bounds
Field Value
Type Description
Bounds
| Improve this Doc View Source

boxProjection

Declaration
public int boxProjection
Field Value
Type Description
Int32
| Improve this Doc View Source

center

Declaration
public Vector3 center
Field Value
Type Description
Vector3
| Improve this Doc View Source

hdr

Declaration
public Vector4 hdr
Field Value
Type Description
Vector4
| Improve this Doc View Source

importance

Declaration
public int importance
Field Value
Type Description
Int32
| Improve this Doc View Source

localToWorld

Declaration
public Matrix4x4 localToWorld
Field Value
Type Description
Matrix4x4

Properties

| Improve this Doc View Source

probe

Declaration
public ReflectionProbe probe { get; }
Property Value
Type Description
ReflectionProbe
| Improve this Doc View Source

texture

Declaration
public Texture texture { get; }
Property Value
Type Description
Texture

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