Universe.Physics.BulletSPlugin.BulletShape.BulletShape C# (CSharp) Méthode

BulletShape() public méthode

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