wwdmbvbb a77c81a46d unnity stuff | hace 4 años | |
---|---|---|
.. | ||
Documentation~ | hace 4 años | |
Runtime | hace 4 años | |
Tests | hace 4 años | |
CHANGELOG.md | hace 4 años | |
CHANGELOG.md.meta | hace 4 años | |
LICENSE.md | hace 4 años | |
LICENSE.md.meta | hace 4 años | |
README.md | hace 4 años | |
README.md.meta | hace 4 años | |
Runtime.meta | hace 4 años | |
Tests.meta | hace 4 años | |
Third Party Notices.md | hace 4 años | |
Third Party Notices.md.meta | hace 4 años | |
package.json | hace 4 años | |
package.json.meta | hace 4 años |
This package contains only a subset of the Autodesk® FBX® SDK, and is designed to work in Unity only.
All the bindings are located under the FbxSdk namespace, and are accessed almost the same way as in C++. e.g. FbxManager::Create() in C++ becomes FbxSdk.FbxManager.Create() in C#
All global variables and functions are in Globals.cs, in the Globals class under the FbxSdk namespace. e.g. if we want to access the IOSROOT variable, we would do FbxSdk.Globals.IOSROOT