Universe.Physics.BulletSPlugin.BSAPIUnman.BSAPICPP.SetMargin2 C# (CSharp) Method

SetMargin2() private method

private SetMargin2 ( IntPtr shape, float val ) : void
shape IntPtr
val float
return void
            public static extern void SetMargin2(IntPtr shape, float val);
BSAPIUnman.BSAPICPP