 | ViewEventDelegate Class |
Allows registering as listener for a specific view event of a MonoBehaviour.
Inheritance Hierarchy
Namespace: Slash.Unity.Common.ViewModelsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax[SerializableAttribute]
public class ViewEventDelegate
<SerializableAttribute>
Public Class ViewEventDelegate
[SerializableAttribute]
public ref class ViewEventDelegate
[<SerializableAttribute>]
type ViewEventDelegate = class end
The ViewEventDelegate type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Field |
View event to register as listener for.
|
 | Source |
Mono behaviour instance to register as listener at.
|
Top
Methods
| Name | Description |
---|
 | Register |
Registers the passed callback for this view event.
|
Top
See Also