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

CreateGroundPlaneShape() public abstract method

public abstract CreateGroundPlaneShape ( UInt32 id, float height, float collisionMargin ) : BulletShape
id System.UInt32
height float
collisionMargin float
return BulletShape
        public abstract BulletShape CreateGroundPlaneShape(UInt32 id, float height, float collisionMargin);
BSAPITemplate