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

SetRestitution2() private method

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