BulletCSharp.btDefaultSoftBodySolver.checkInitialized C# (CSharp) 메소드

checkInitialized() 공개 메소드

public checkInitialized ( ) : bool
리턴 bool
        public override bool checkInitialized()
        {
            bool ret = BulletSoftBodyPINVOKE.btDefaultSoftBodySolver_checkInitialized(swigCPtr);
            return ret;
        }