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

SetShapeCollisionMargin() public abstract method

public abstract SetShapeCollisionMargin ( BulletShape shape, float margin ) : void
shape BulletShape
margin float
return void
        public abstract void SetShapeCollisionMargin(BulletShape shape, float margin);
BSAPITemplate