Universe.Physics.BulletSPlugin.BSLinksetConstraints.UpdateProperties C# (CSharp) Method

UpdateProperties() public method

public UpdateProperties ( UpdatedProperties whichUpdated, BSPrimLinkable pObj ) : void
whichUpdated UpdatedProperties
pObj BSPrimLinkable
return void
        public override void UpdateProperties(UpdatedProperties whichUpdated, BSPrimLinkable pObj)
        {
            // Nothing to do for constraints on property updates
        }