BulletCSharp.btMultiSphereShape.getSpherePosition C# (CSharp) 메소드

getSpherePosition() 공개 메소드

public getSpherePosition ( int index ) : SWIGTYPE_p_btVector3
index int
리턴 SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 getSpherePosition(int index)
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletCollisionPINVOKE.btMultiSphereShape_getSpherePosition(swigCPtr, index), false);
            return ret;
        }