Class PostProcessVolume
Inheritance
System.Object
PostProcessVolume
Syntax
public sealed class PostProcessVolume : MonoBehaviour
Fields
blendDistance
Declaration
[Min(0F)]
public float blendDistance
Field Value
Type |
Description |
System.Single |
|
isGlobal
Declaration
Field Value
Type |
Description |
System.Boolean |
|
priority
Declaration
Field Value
Type |
Description |
System.Single |
|
sharedProfile
Declaration
public PostProcessProfile sharedProfile
Field Value
weight
Declaration
Field Value
Type |
Description |
System.Single |
|
Properties
profile
Declaration
public PostProcessProfile profile { get; set; }
Property Value
Methods
HasInstantiatedProfile()
Declaration
public bool HasInstantiatedProfile()
Returns
Type |
Description |
System.Boolean |
|