Click or drag to resize

WeatherMakerCommandBuffer Class

Represents a command buffer
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerWeatherMakerCommandBuffer

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class WeatherMakerCommandBuffer

The WeatherMakerCommandBuffer type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerCommandBuffer
Initializes a new instance of the WeatherMakerCommandBuffer class
Top
Properties
  NameDescription
Public propertyCameraType
Whether the command buffer is a reflection
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCamera
Camera the command buffer is attached to
Public fieldCommandBuffer
The command buffer
Public fieldMaterial
A copy of the original material to render with, will be destroyed when command buffer is removed
Public fieldRenderQueue
Render queue for the command buffer
Public fieldReprojectionState
Reprojection state or null if none
Top
See Also