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

BulletShapeUnman() public method

public BulletShapeUnman ( IntPtr xx, BSPhysicsShapeType typ ) : System
xx System.IntPtr
typ BSPhysicsShapeType
return System
            public BulletShapeUnman(IntPtr xx, BSPhysicsShapeType typ)
                : base()
            {
                ptr = xx;
                shapeType = typ;
            }