C# 클래스 UnityAtoms.AtomReference

None generic base class for `AtomReference<T, V>`.
파일 보기 프로젝트 열기: unity-atoms/unity-atoms 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( AtomReference other ) : bool
GetEvent ( ) : E

Get event by type.

GetHashCode ( ) : int
SetEvent ( e ) : void

Set event by type.

보호된 메소드들

메소드 설명
AtomReference ( ) : System
AtomReference ( value ) : System
ValueEquals ( other ) : bool

메소드 상세

AtomReference() 보호된 메소드

protected AtomReference ( ) : System
리턴 System

AtomReference() 보호된 메소드

protected AtomReference ( value ) : System
리턴 System

Equals() 공개 메소드

public Equals ( AtomReference other ) : bool
other AtomReference
리턴 bool

GetEvent() 공개 메소드

Get event by type.
public GetEvent ( ) : E
리턴 E

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SetEvent() 공개 메소드

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

ValueEquals() 보호된 추상적인 메소드

protected abstract ValueEquals ( other ) : bool
리턴 bool