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

BulletShape() public method

public BulletShape ( ) : System.Collections.Generic
return System.Collections.Generic
        public BulletShape()
        {
            shapeType = BSPhysicsShapeType.SHAPE_UNKNOWN;
            shapeKey = (System.UInt64)FixedShapeKey.KEY_NONE;
            isNativeShape = false;
        }