Class PiXYZVredProductImporterWizard
Class PiXYZVredProductImporterWizard.
Inheritance
PiXYZVredProductImporterWizard
Inherited Members
UnityEditor.ScriptableWizard.DisplayWizard<T>(System.String)
UnityEditor.ScriptableWizard.DisplayWizard<T>(System.String, System.String)
UnityEditor.ScriptableWizard.DisplayWizard<T>(System.String, System.String, System.String)
UnityEditor.ScriptableWizard.DisplayWizard(System.String, System.Type, System.String)
UnityEditor.ScriptableWizard.DisplayWizard(System.String, System.Type)
UnityEditor.EditorWindow.ShowTab()
UnityEditor.EditorWindow.GetWindow<T>()
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean, System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.HasOpenInstances<T>()
UnityEditor.EditorWindow.FocusWindowIfItsOpen<T>()
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.depthBufferBits
UnityEditor.EditorWindow.antiAlias
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Importers.PiXYZVredProductImporter.Editor
Syntax
public class PiXYZVredProductImporterWizard : ScriptableWizard
Fields
_overwriteAssignments
If checked, all material and geometry switch assignments are overwritten in the variant table. Otherwise, any customly set assginments (e.g., static ones) are retained.
Declaration
[Tooltip("If checked, all material and geometry switch assignments are overwritten in the variant table. Otherwise, any customly set assginments (e.g., static ones) are retained.")]
[SerializeField]
public bool _overwriteAssignments
Field Value
Type | Description |
---|---|
Boolean |
_overwriteExistingPrefabs
Overwrite exisiting prefabs or prefab variants.
Declaration
[Tooltip("Overwrite exisiting prefabs or prefab variants.")]
[SerializeField]
public bool _overwriteExistingPrefabs
Field Value
Type | Description |
---|---|
Boolean |
_piXYZVredPrefab
Prefab created by the PiXYZ Vred import.
Declaration
[Tooltip("Prefab created by the Pixyz Vred import.")]
[SerializeField]
public GameObject _piXYZVredPrefab
Field Value
Type | Description |
---|---|
GameObject |
_savePrefabAsVariant
The VRED components on the import prefab must be disabled in order for variant switching to work properly. If this option is checked, a prefab variant is derived from the imported prefab with the VRED componets removed. Otherwise, the original prefab is changed directly.
Declaration
[Tooltip("The VRED components on the import prefab must be disabled in order for variant switching to work properly. If this option is checked, a prefab variant is derived from the imported prefab with the VRED componets removed. Otherwise, the original prefab is changed directly.")]
[SerializeField]
public bool _savePrefabAsVariant
Field Value
Type | Description |
---|---|
Boolean |
OnClose
Raises the Close event.
Declaration
public Action OnClose
Field Value
Type | Description |
---|---|
Action |
OnImport
The on import
Declaration
public Action<Product> OnImport
Field Value
Type | Description |
---|---|
Action<Product> |
Methods
CreateWizard()
Creates the wizard.
Declaration
[MenuItem("Forma/Import/Pixyz VRED Product...")]
public static PiXYZVredProductImporterWizard CreateWizard()
Returns
Type | Description |
---|---|
PiXYZVredProductImporterWizard | PiXYZVredProductImporterWizard. |
DrawWizardGUI()
Draw wizard gui
Declaration
protected override bool DrawWizardGUI()
Returns
Type | Description |
---|---|
Boolean | True if drawn |
Overrides
OnWizardCreate()
On wizard create
Declaration
protected void OnWizardCreate()