Property RbLowerShare
RbLowerShare
Rigid body response is shared between the upper and lower body (rbUpperShare = 1-rbLowerShare). RbLowerShare=0.5 gives upper and lower share scaled by mass. i.e. if 70% ub mass and 30% lower mass then rbLowerShare=0.5 gives actualrbShare of 0.7ub and 0.3lb. rbLowerShare GT 0.5 scales the ub share down from 0.7 and the lb up from 0.3.
Declaration
public float RbLowerShare { set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Default value = 0.5f. Min value = 0.0f. Max value = 1.0f.