Universe.Physics.BulletSPlugin.BSLinksetCompound.RemoveBodyDependencies C# (CSharp) Method

RemoveBodyDependencies() public method

public RemoveBodyDependencies ( BSPrimLinkable child ) : bool
child BSPrimLinkable
return bool
        public override bool RemoveBodyDependencies(BSPrimLinkable child)
        {
            bool ret = false;

            DetailLog("{0},BSLinksetCompound.RemoveBodyDependencies,refreshIfChild,rID={1},rBody={2},isRoot={3}",
                child.LocalID, LinksetRoot.LocalID, LinksetRoot.PhysBody, IsRoot(child));

            Refresh(child);

            return ret;
        }