BulletCSharp.btSoftBody.getVolume C# (CSharp) 메소드

getVolume() 공개 메소드

public getVolume ( ) : float
리턴 float
        public float getVolume()
        {
            float ret = BulletSoftBodyPINVOKE.btSoftBody_getVolume(swigCPtr);
            return ret;
        }