- 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
| Name | Constant Value | Summary |
|---|---|---|
| customRendering | ||
| myProbe | ||
| reflections |
||
| renderCam | ||
| rendering | ||
| standalone | ||
| update |
||
| useEnviroEffects | ||
| useTimeSlicing |
Methods
| Name | Value | Summary |
|---|---|---|
| RefreshInstant |
IEnumerator | |
| RefreshOvertime |
IEnumerator |
Update Reflections with Time Slicing
|
| RefreshReflection |
void | |
| RefreshUnity |
IEnumerator |