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

UpdateChildTransform2() private method

private UpdateChildTransform2 ( IntPtr pShape, int childIndex, Vector3 pos, Quaternion rot, bool shouldRecalculateLocalAabb ) : void
pShape IntPtr
childIndex int
pos Vector3
rot Quaternion
shouldRecalculateLocalAabb bool
return void
            public static extern void UpdateChildTransform2(IntPtr pShape, int childIndex, Vector3 pos, Quaternion rot,
                bool shouldRecalculateLocalAabb);
BSAPIUnman.BSAPICPP