com.onlineobject.objectnet Namespace

EventReference Methods

The EventReference type exposes the following members.

Methods


  Name Description
Public method GetEventComponent
Gets the MonoBehaviour component that contains the event method.
Public method GetEventMethod
Gets the name of the method to be invoked for the event.
Public method GetEventTarget
Gets the target GameObject for the event.
Public method IsEditorVisible
Determines whether the event reference is visible in the editor.
Public method SetEditorVisible
Sets the visibility of the event reference in the editor.
Public method SetEventComponent
Sets the MonoBehaviour component that contains the event method.
Public method SetEventMethod
Sets the name of the method to be invoked for the event.
Public method SetEventTarget
Sets the target GameObject for the event.