WeatherMakerCommandBufferManagerScript Fields |
The WeatherMakerCommandBufferManagerScript type exposes the following members.
Name | Description | |
---|---|---|
CurrentReflectionPlane |
Set this in OnWillRenderObject for the current reflection Vector
| |
DownsampleDepthMaterial | Material to downsample the depth buffer | |
OriginOffsetAutoAdjustAll | If true, all root game objects will have their transform adjusted by the origin offset. If false, it is up to you to adjust the game object transform positions using the OriginOffsetChanged event. | |
OriginOffsetChanged | Origin offset change event | |
OriginOffsetDistance | The max distance a camera x,y or z value can go from the origin before it's position is reset to 0. Either set OriginOffsetAutoAdjustAll to true or hook into the OriginOffsetChanged event to adjust your game objects when this happens. |