Interface ITypeView
Namespace: UnityEditor.ImmediateWindow.UI
Syntax
public interface ITypeView
Properties
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Priority
Declaration
double Priority { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Methods
GetView(Object, ViewContext)
Declaration
VisualElement GetView(object obj, ViewContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj | |
| ViewContext | context |
Returns
| Type | Description |
|---|---|
| VisualElement |
HasView(Type)
Declaration
bool HasView(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
Returns
| Type | Description |
|---|---|
| System.Boolean |