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

IsPolyhedral() public abstract method

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