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

IsCompound() public abstract method

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