Universe.Physics.BulletSPlugin.BulletShape.BulletShape C# (CSharp) Метод

BulletShape() публичный Метод

public BulletShape ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public BulletShape()
        {
            shapeType = BSPhysicsShapeType.SHAPE_UNKNOWN;
            shapeKey = (System.UInt64)FixedShapeKey.KEY_NONE;
            isNativeShape = false;
        }