LightningBoltScriptCompensateForParentTransform Field |
Whether to compensate for the parent transform. Default is false. If true, rotation, scale and position are altered by the parent transform. Use this to fix scaling, rotation and other offset problems with the lightning.
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool CompensateForParentTransform
Public CompensateForParentTransform As Boolean
public:
bool CompensateForParentTransform
val mutable CompensateForParentTransform: bool
Field Value
Type:
BooleanSee Also