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

CalculateLocalInertia2() private method

private CalculateLocalInertia2 ( IntPtr shape, float mass ) : System.Vector3
shape System.IntPtr
mass float
return System.Vector3
            public static extern Vector3 CalculateLocalInertia2(IntPtr shape, float mass);
BSAPIUnman.BSAPICPP