Universe.Physics.BulletSPlugin.BSAPITemplate.GetChildShapeFromCompoundShapeIndex C# (CSharp) Method

GetChildShapeFromCompoundShapeIndex() public abstract method

public abstract GetChildShapeFromCompoundShapeIndex ( BulletShape cShape, int indx ) : BulletShape
cShape BulletShape
indx int
return BulletShape
        public abstract BulletShape GetChildShapeFromCompoundShapeIndex(BulletShape cShape, int indx);
BSAPITemplate