![]() |
%!s(int64=4) %!d(string=hai) anos | |
---|---|---|
.. | ||
Documentation~ | %!s(int64=4) %!d(string=hai) anos | |
Runtime | %!s(int64=4) %!d(string=hai) anos | |
Tests | %!s(int64=4) %!d(string=hai) anos | |
CHANGELOG.md | %!s(int64=4) %!d(string=hai) anos | |
CHANGELOG.md.meta | %!s(int64=4) %!d(string=hai) anos | |
LICENSE.md | %!s(int64=4) %!d(string=hai) anos | |
LICENSE.md.meta | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
README.md.meta | %!s(int64=4) %!d(string=hai) anos | |
Runtime.meta | %!s(int64=4) %!d(string=hai) anos | |
Tests.meta | %!s(int64=4) %!d(string=hai) anos | |
Third Party Notices.md | %!s(int64=4) %!d(string=hai) anos | |
Third Party Notices.md.meta | %!s(int64=4) %!d(string=hai) anos | |
package.json | %!s(int64=4) %!d(string=hai) anos | |
package.json.meta | %!s(int64=4) %!d(string=hai) anos |
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