| LightningBoltLineRendererMeshCustomTransform Property  | 
 
            Custom transform, null if none
            
 
    Namespace: 
   DigitalRuby.WeatherMaker
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic Action<LightningCustomTransformStateInfo> CustomTransform { get; set; }Public Property CustomTransform As Action(Of LightningCustomTransformStateInfo)
	Get
	Set
public:
property Action<LightningCustomTransformStateInfo^>^ CustomTransform {
	Action<LightningCustomTransformStateInfo^>^ get ();
	void set (Action<LightningCustomTransformStateInfo^>^ value);
}member CustomTransform : Action<LightningCustomTransformStateInfo> with get, set
Property Value
Type: 
ActionLightningCustomTransformStateInfo See Also
See Also