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

SetMargin() public abstract method

public abstract SetMargin ( BulletShape shape, float val ) : void
shape BulletShape
val float
return void
        public abstract void SetMargin(BulletShape shape, float val);
BSAPITemplate