cohtml.CustomEvents
Inherits from MonoBehaviour
Public Classes #
Public Attributes #
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;