Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.AI.DAIInspector.AInspectorProperty Class Referenceabstract

Detailed Description

base class for inspector properties.

Inheritance diagram for Doloro.AI.DAIInspector.AInspectorProperty:

Public Member Functions

abstract void OnGUI (Rect rect, object source, GUIContent content, FieldInfo info)
 Draws the property for the source. More...
 

Member Function Documentation

◆ OnGUI()

abstract void Doloro.AI.DAIInspector.AInspectorProperty.OnGUI ( Rect  rect,
object  source,
GUIContent  content,
FieldInfo  info 
)
pure virtual

Draws the property for the source.

Parameters
rectRect allowed to property UI draw.
sourceObject using as data source for the field.
contentLabel content.
infoAssembly info.

Implemented in Doloro.AI.DAIInspector.AGenericInspectorProperty< T >.


The documentation for this class was generated from the following file: