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

BSLinksetCompound() public method

public BSLinksetCompound ( BSScene scene, BSPrimLinkable parent ) : System.Text
scene BSScene
parent BSPrimLinkable
return System.Text
        public BSLinksetCompound(BSScene scene, BSPrimLinkable parent)
            : base(scene, parent)
        {
            LinksetImpl = LinksetImplementation.Compound;
        }