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

UpdateSingleAabb2() private method

private UpdateSingleAabb2 ( IntPtr world, IntPtr obj ) : void
world IntPtr
obj IntPtr
return void
            public static extern void UpdateSingleAabb2(IntPtr world, IntPtr obj);
BSAPIUnman.BSAPICPP