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

IsNativeShape() public abstract method

public abstract IsNativeShape ( BulletShape shape ) : bool
shape BulletShape
return bool
        public abstract bool IsNativeShape(BulletShape shape);
BSAPITemplate