Ejemplo n.º 1
0
        public void TestVersion()
        {
            string version = FbxManager.GetVersion();

            Assert.IsNotEmpty(version);

            string versionLong = FbxManager.GetVersion(true);

            Assert.IsNotEmpty(versionLong);

            string versionShort = FbxManager.GetVersion(false);

            Assert.IsNotEmpty(versionShort);
        }