Universe.Physics.BulletSPlugin.BSAPITemplate.GetShapeType C# (CSharp) Method

GetShapeType() public abstract method

public abstract GetShapeType ( BulletShape shape ) : int
shape BulletShape
return int
        public abstract int GetShapeType(BulletShape shape);
BSAPITemplate