You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| Documentation~ | 3 years ago | |
| Editor | 3 years ago | |
| Runtime | 3 years ago | |
| Tests | 3 years ago | |
| CHANGELOG.md | 3 years ago | |
| CHANGELOG.md.meta | 3 years ago | |
| Editor.meta | 3 years ago | |
| LICENSE.md | 3 years ago | |
| LICENSE.md.meta | 3 years ago | |
| README.md | 3 years ago | |
| README.md.meta | 3 years ago | |
| Runtime.meta | 3 years ago | |
| Tests.meta | 3 years ago | |
| Third Party Notices.md | 3 years ago | |
| Third Party Notices.md.meta | 3 years ago | |
| ValidationExceptions.json | 3 years ago | |
| ValidationExceptions.json.meta | 3 years ago | |
| package.json | 3 years ago | |
| package.json.meta | 3 years ago | |
README.md
FBX SDK C# Bindings
This package contains only a subset of the Autodesk® FBX® SDK, and is designed to work in Unity only.
How to Access Bindings in Code
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#
How to Access Global Variables and Functions
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