Field type
Defines the type of merge that will be used
Namespace: UnityEditor.PixyzPlugin4Unity.Toolbox
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
[UserParameter(null, null, "Merge All: merge input GameObjects into one single GameObject\nMerge By Material: merge input GameObjects sharing the same materials\nMerge Final Level: merge last hierarchy levels bellow input GameObjects\nMerge By Hierarchy level: merge n-level of hierarchy bellow input GameObjects. Selected GameObjects must be placed on the same level in Hierarchy\nMerge By Name: merge input GameObjects sharing the same name\nMerge By Regions: merge input GameObjects within the same area", null, false)]
public Merge.MergeMode type
Returns
Type | Description |
---|---|
Merge.MergeMode |