Class BaseBinder
Base class for all binders.
Inheritance
BaseBinder
Implements
Namespace: FastenUp.Runtime.Binders
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseBinder : MonoBehaviour, IBinder
Remarks
This class is provide basic functionality for all binders, like name validation and binding to mediators.
Properties
IncludeOwnGameObjectInFind
Checks if game object of this binder should be included in search for
Declaration
protected virtual bool IncludeOwnGameObjectInFind { get; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
To prevent search for
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Methods
InvokeOnBinderChanged()
Declaration
protected void InvokeOnBinderChanged()
OnDisable()
Declaration
protected virtual void OnDisable()
OnEnable()
Declaration
protected virtual void OnEnable()
Events
OnBinderChanged
Declaration
public event OnBinderChanged OnBinderChanged
Event Type
Type | Description |
---|---|
OnBinderChanged |