Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Assets
observer
structure
Subject
C# Class Assets.observer.structure.Subject
显示文件
Open project: Naphier/unity-design-patterns
Public Methods
Method
Description
Attach
(
IObserver
observer
) :
void
Detach
(
IObserver
observer
) :
void
Notify
( ) :
void
Method Details
Attach()
public
method
public
Attach
(
IObserver
observer
) :
void
observer
IObserver
return
void
Detach()
public
method
public
Detach
(
IObserver
observer
) :
void
observer
IObserver
return
void
Notify()
public
method
public
Notify
( ) :
void
return
void