Enum Include
Options for the type of data to include in the export (Model only, animation only, or model and animation).
Namespace: UnityEditor.Formats.Fbx.Exporter
Assembly: Unity.Formats.Fbx.Editor.dll
Syntax
public enum Include
Fields
| Name | Description |
|---|---|
| Anim | Export the animation only. |
| Model | Export the model without animation. |
| ModelAndAnim | Export both the model and animation. |