Class Volume
Namespace: UnityEngine.Rendering
Syntax
public class Volume : MonoBehaviour
Fields
blendDistance
Declaration
public float blendDistance
Field Value
| Type | Description |
|---|---|
| Single |
isGlobal
Declaration
public bool isGlobal
Field Value
| Type | Description |
|---|---|
| Boolean |
priority
Declaration
public float priority
Field Value
| Type | Description |
|---|---|
| Single |
sharedProfile
Declaration
public VolumeProfile sharedProfile
Field Value
| Type | Description |
|---|---|
| VolumeProfile |
weight
Declaration
public float weight
Field Value
| Type | Description |
|---|---|
| Single |
Properties
profile
Declaration
public VolumeProfile profile { get; set; }
Property Value
| Type | Description |
|---|---|
| VolumeProfile |
Methods
HasInstantiatedProfile()
Declaration
public bool HasInstantiatedProfile()
Returns
| Type | Description |
|---|---|
| Boolean |