C# Class UnityAtoms.AtomReference

None generic base class for `AtomReference<T, V>`.
Mostra file Open project: unity-atoms/unity-atoms Class Usage Examples

Public Methods

Method Description
Equals ( AtomReference other ) : bool
GetEvent ( ) : E

Get event by type.

GetHashCode ( ) : int
SetEvent ( e ) : void

Set event by type.

Protected Methods

Method Description
AtomReference ( ) : System
AtomReference ( value ) : System
ValueEquals ( other ) : bool

Method Details

AtomReference() protected method

protected AtomReference ( ) : System
return System

AtomReference() protected method

protected AtomReference ( value ) : System
return System

Equals() public method

public Equals ( AtomReference other ) : bool
other AtomReference
return bool

GetEvent() public method

Get event by type.
public GetEvent ( ) : E
return E

GetHashCode() public method

public GetHashCode ( ) : int
return int

SetEvent() public method

Set event by type.
public SetEvent ( e ) : void
e The new event value.
return void

ValueEquals() protected abstract method

protected abstract ValueEquals ( other ) : bool
return bool