Click or drag to resize
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.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public float BlendTime { get; set; }

Property Value

Type: Single
The blend time.
See Also