WeatherMakerReflectionScriptReflectionOffsetFunc Property |
Reflection offset func to offset transform position of source camera
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Func<Vector3, Vector3> ReflectionOffsetFunc { get; set; }
Public Property ReflectionOffsetFunc As Func(Of Vector3, Vector3)
Get
Set
public:
property Func<Vector3, Vector3>^ ReflectionOffsetFunc {
Func<Vector3, Vector3>^ get ();
void set (Func<Vector3, Vector3>^ value);
}
member ReflectionOffsetFunc : Func<Vector3, Vector3> with get, set
Property Value
Type:
FuncVector3,
Vector3See Also