EnviroReflectionProbe Class

Namespace
global
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["EnviroReflectionProbe"] class Type type-node

Syntax

[AddComponentMenu("Enviro/Reflection Probe")]
[RequireComponent(typeof(ReflectionProbe)), ExecuteInEditMode]
public class EnviroReflectionProbe : MonoBehaviour

Attributes

Type Description
AddComponentMenu
RequireComponent
ExecuteInEditMode

Fields

Methods

Name Value Summary
RefreshInstant(RenderTexture, RenderTexture) IEnumerator
RefreshOvertime(RenderTexture, RenderTexture) IEnumerator
Update Reflections with Time Slicing
RefreshReflection(bool) void
RefreshUnity() IEnumerator