Universe.Physics.BulletSPlugin.BSAPIUnman.BulletWorldUnman.BulletWorldUnman C# (CSharp) Method

BulletWorldUnman() public method

public BulletWorldUnman ( uint id, BSScene physScene, IntPtr xx ) : System
id uint
physScene BSScene
xx System.IntPtr
return System
            public BulletWorldUnman(uint id, BSScene physScene, IntPtr xx)
                : base(id, physScene)
            {
                ptr = xx;
            }
        }
BSAPIUnman.BulletWorldUnman