LightningBoltLineRendererMeshCustomTransform Property |
Custom transform, null if none
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public 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:
ActionLightningCustomTransformStateInfoSee Also