 | EventManagerLogBehaviourEditorEventTypes Property |
Event types which can be configured.
Namespace: Slash.Unity.Editor.Common.Inspectors.LoggingAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntaxprotected abstract IEnumerable<Type> EventTypes { get; }
Protected MustOverride ReadOnly Property EventTypes As IEnumerable(Of Type)
Get
protected:
virtual property IEnumerable<Type^>^ EventTypes {
IEnumerable<Type^>^ get () abstract;
}
abstract EventTypes : IEnumerable<Type> with get
Property Value
Type:
IEnumerableType
See Also