| WeatherMakerCameraPropertiesOriginOffsetCumulative Property  | 
 
            Cumulative origin offset, use this value in shaders where the camera position needs to have a smooth transition between origin offsets
            
 
    Namespace: 
   DigitalRuby.WeatherMaker
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic Vector3 OriginOffsetCumulative { get; set; }Public Property OriginOffsetCumulative As Vector3
	Get
	Set
public:
property Vector3 OriginOffsetCumulative {
	Vector3 get ();
	void set (Vector3 value);
}member OriginOffsetCumulative : Vector3 with get, set
Property Value
Type: 
Vector3 See Also
See Also