Method CheckStack
CheckStack(VolumeStack)
Checks the state of a given stack. This is only used in the editor to handle entering and exiting of play mode and domain reload.
Declaration
[Conditional("UNITY_EDITOR")]
public void CheckStack(VolumeStack stack)
Parameters
Type | Name | Description |
---|---|---|
VolumeStack | stack | The stack to check. |