 | PhysicalBodyBlendTime Property |
Gets or sets the number of seconds this part takes to blend out of non-kinematic motion. This value is just
a convenience for other scripts that might want to use it.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic float BlendTime { get; set; }
Property Value
Type:
SingleThe blend time.
See Also