Class GameObjectExportSettings
GameObject hierarchies related glTF export settings
Inherited Members
Namespace: GLTFast.Export
Assembly: solution.dll
Syntax
public class GameObjectExportSettings
Properties
Name | Description |
---|---|
DisabledComponents | When true, components will get exported regardless whether they're enabled or not. |
LayerMask | Only GameObjects on layers contained in this mask are going to get exported. |
OnlyActiveInHierarchy | When true, only GameObjects that are active (in a hierarchy) are exported |