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

GetCollisionShape() public abstract method

public abstract GetCollisionShape ( BulletBody obj ) : BulletShape
obj BulletBody
return BulletShape
        public abstract BulletShape GetCollisionShape(BulletBody obj);
BSAPITemplate