cohtml.CustomEvents

Inherits from MonoBehaviour

Public Classes

Name
classCustomEvent
classCustomStringEvent

Public Attributes

Name
CohtmlViewm_TargetView
List< CustomEventType >m_CreatedEventTypes
List< string >m_CustomEventNames
List< CustomEvent >m_CustomEvents
List< string >m_CustomStringEventNames
List< CustomStringEvent >m_CustomStringEvents

Public Attributes Documentation

variable m_TargetView

CohtmlView m_TargetView;

variable m_CreatedEventTypes

List< CustomEventType > m_CreatedEventTypes;

variable m_CustomEventNames

List< string > m_CustomEventNames;

variable m_CustomEvents

List< CustomEvent > m_CustomEvents;

variable m_CustomStringEventNames

List< string > m_CustomStringEventNames;

variable m_CustomStringEvents

List< CustomStringEvent > m_CustomStringEvents;