LightningBoltParametersCustomTransform Field |
Custom transform action, null if none
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Action<LightningCustomTransformStateInfo> CustomTransform
Public CustomTransform As Action(Of LightningCustomTransformStateInfo)
public:
Action<LightningCustomTransformStateInfo^>^ CustomTransform
val mutable CustomTransform: Action<LightningCustomTransformStateInfo>
Field Value
Type:
ActionLightningCustomTransformStateInfoSee Also