C# Class UnityAtoms.AtomReference

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

Méthodes publiques

Méthode Description
Equals ( AtomReference other ) : bool
GetEvent ( ) : E

Get event by type.

GetHashCode ( ) : int
SetEvent ( e ) : void

Set event by type.

Méthodes protégées

Méthode Description
AtomReference ( ) : System
AtomReference ( value ) : System
ValueEquals ( other ) : bool

Method Details

AtomReference() protected méthode

protected AtomReference ( ) : System
Résultat System

AtomReference() protected méthode

protected AtomReference ( value ) : System
Résultat System

Equals() public méthode

public Equals ( AtomReference other ) : bool
other AtomReference
Résultat bool

GetEvent() public méthode

Get event by type.
public GetEvent ( ) : E
Résultat E

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SetEvent() public méthode

Set event by type.
public SetEvent ( e ) : void
e The new event value.
Résultat void

ValueEquals() protected abstract méthode

protected abstract ValueEquals ( other ) : bool
Résultat bool