com.onlineobject.objectnet Namespace

NetworkEventsManagerEditor<(Of <(<'T>)>)>..::..DrawEvent Method

Draws the event.

Namespace:  com.onlineobject.objectnet.editor
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void DrawEvent(

	SerializedProperty eventToDraw,

	Type eventType,

	string eventName,

	Action onDelete

)

Parameters

eventToDraw
Type: SerializedProperty
The event to draw.
eventType
Type: Type
Type of the event.
eventName
Type: String
Name of the event.
onDelete
Type: Action
The on delete.