- Namespace
- global
- Base Types
-
- MonoBehaviour
- EnviroEffects
graph BT
Type-->Base0["EnviroEffects"]
click Base0 "/docs/client_api_10.2.0/api/global/EnviroEffects"
Base0-->Base1["MonoBehaviour"]
Type["EnviroLightShafts"]
class Type type-node
Syntax
[ExecuteInEditMode]
[RequireComponent(typeof(Camera))]
[AddComponentMenu("Enviro/Effects/LightShafts")]
public class EnviroLightShafts : EnviroEffects
Attributes
| Type | Description |
|---|---|
| ExecuteInEditMode | |
| RequireComponent | |
| AddComponentMenu |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| isSupported |
Inherited from EnviroEffects
|
|
| maxRadius | ||
| radialBlurIterations | ||
| resolution | ||
| screenBlendMode | ||
| simpleClearMaterial | ||
| simpleClearShader | ||
| sunColor | ||
| sunShaftBlurRadius | ||
| sunShaftIntensity | ||
| sunShaftsMaterial | ||
| sunShaftsShader | ||
| sunThreshold | ||
| sunTransform | ||
| supportDX11 |
Inherited from EnviroEffects
|
|
| supportHDRTextures |
Inherited from EnviroEffects
|
|
| useDepthTexture |
Methods
| Name | Value | Summary |
|---|---|---|
| CheckResources |
bool | |
| Check |
Material |
Inherited from EnviroEffects
|
| CheckSupport |
bool |
Inherited from EnviroEffects
|
| CheckSupport |
bool |
Inherited from EnviroEffects
|
| CheckSupport |
bool |
Inherited from EnviroEffects
|
| CreateMaterial |
Material |
Inherited from EnviroEffects
|
| DrawBorder |
void |
Inherited from EnviroEffects
|
| Dx11Support |
bool |
Inherited from EnviroEffects
|
| NotSupported |
void |
Inherited from EnviroEffects
|
| ReportAutoDisable |
void |
Inherited from EnviroEffects
|
| Start |
void |
Inherited from EnviroEffects
|