Click or drag to resize

WeatherMakerCameraProperties Class

Weather Maker camera properties
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerWeatherMakerCameraProperties

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

The WeatherMakerCameraProperties type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerCameraProperties
Constructor
Top
Properties
  NameDescription
Public propertyCamera
Camera
Public propertyOriginOffsetCumulative
Cumulative origin offset, use this value in shaders where the camera position needs to have a smooth transition between origin offsets
Public propertyOriginOffsetCurrent
The most recent origin offset, use this value to position game objects when the origin offset changes
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
See Also