SPostProcessVolume
Index
Properties Index
bool Enabled get set
bool IsGlobal get set
float? BlendDistance get set
float?? Weight get set
float Priority get set
SGameObject GameObject get
Properties
Enabled
bool Enabled get set
Enable or disable post effect volume.
Space.Host.ExecutingObject.PostProcessVolume.Enabled = true--clicking this object will Enable/Disable it's Post Process Volume component
thisGameObject = Space.Host.ExecutingObject
component = thisGameObject.PostProcessVolume
OnClick = function()
component.Enabled = not component.Enabled
end
thisGameObject.AddClickable()
thisGameObject.Clickable.OnClick(OnClick)IsGlobal
bool IsGlobal get set
Should this volume be applied to the whole scene?
BlendDistance
float? BlendDistance get set
The outer distance to start blending from. A value of 0 means no blending and the volume overrides will be applied immediately upon entry.
Weight
float?? Weight get set
The total weight of this volume in the scene. 0 means it won't do anything, 1 means full effect.
Priority
float Priority get set
The volume priority in the stack. Higher number means higher priority. Negative values are supported.
GameObject
SGameObject GameObject get
Property Description
Last updated
Was this helpful?

