Universe.Physics.BulletSPlugin.BSAPIUnman.BSAPICPP.GetChildShapeFromCompoundShapeIndex2 C# (CSharp) Méthode

GetChildShapeFromCompoundShapeIndex2() private méthode

private GetChildShapeFromCompoundShapeIndex2 ( IntPtr cShape, int indx ) : IntPtr
cShape System.IntPtr
indx int
Résultat System.IntPtr
            public static extern IntPtr GetChildShapeFromCompoundShapeIndex2(IntPtr cShape, int indx);
BSAPIUnman.BSAPICPP