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

getSphereRadius() 공개 메소드

public getSphereRadius ( int index ) : float
index int
리턴 float
        public float getSphereRadius(int index)
        {
            float ret = BulletCollisionPINVOKE.btMultiSphereShape_getSphereRadius(swigCPtr, index);
            return ret;
        }