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

SetForceUpdateAllAabbs2() private method

private SetForceUpdateAllAabbs2 ( IntPtr world, bool force ) : void
world IntPtr
force bool
return void
            public static extern void SetForceUpdateAllAabbs2(IntPtr world, bool force);
BSAPIUnman.BSAPICPP