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
Syntax
public enum Include
Fields
| Name | Description | Value |
|---|---|---|
| Anim | Export the animation only. |
|
| Model | Export the model without animation. |
|
| ModelAndAnim | Export both the model and animation. |