Universe.Physics.BulletSPlugin.BSAPIUnman.SetInvInertiaDiagLocal C# (CSharp) Method

SetInvInertiaDiagLocal() public method

public SetInvInertiaDiagLocal ( BulletBody obj, System.Vector3 inert ) : void
obj BulletBody
inert System.Vector3
return void
        public override void SetInvInertiaDiagLocal(BulletBody obj, Vector3 inert)
        {
            BulletBodyUnman bodyu = obj as BulletBodyUnman;
            BSAPICPP.SetInvInertiaDiagLocal2(bodyu.ptr, inert);
        }
BSAPIUnman