GetCompatibleWithEditor
Is plugin compatible with editor.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
GetCompatibleWithEditor()
Is plugin compatible with editor.
public bool GetCompatibleWithEditor()
Returns
Type | Description |
|---|---|
| bool |
GetCompatibleWithEditor(string)
Is plugin compatible with editor.
public bool GetCompatibleWithEditor(string buildTarget)
Parameters
Returns
Type | Description |
|---|---|
| bool |
GetCompatibleWithEditor(string, string)
Is plugin compatible with editor.
public bool GetCompatibleWithEditor(string buildTargetGroup, string buildTarget)
Parameters
Returns
Type | Description |
|---|---|
| bool |