new BaseActor()
Stage 에 등록될 Actor.
스테이지에 진입, 이탈 시 계속 알려주는 기본형.
- Implements:
- Source:
Classes
Members
element :ActorElement
옵저버에 등록될 native element
Type:
- ActorElement
- Source:
events
이벤트 Observable
events :Subject.<AppearEvent>
이벤트 Observable
Type:
- Subject.<AppearEvent>
isAppear
현재 진입 여부 상태
- Source:
isAppear :boolean
현재 진입 여부 상태
Type:
- boolean
- Source:
stage :IStage.<BaseActor>
해당 인스턴스가 등록된 스테이지
Type:
- Source:
Methods
appear(entryopt)
스테이지 진입
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
entry |
<optional> |
스테이지 진입시 관찰 상태 |
- Implements:
- Source:
bind(stage)
해당 인스턴스를 관찰하는 스테이지를 연결
Parameters:
Name | Type | Description |
---|---|---|
stage |
스테이지 |
- Implements:
- Source:
disappear(entryopt)
스테이지 이탈
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
entry |
<optional> |
스테이지 이탈시 관찰 상태 |
- Implements:
- Source:
dispatch(type, entryopt)
진입, 이탈 등 이벤트 알림
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
type |
이벤트 타입 | ||
entry |
<optional> |
상태 변경시 관찰된 상태 |
- Source:
dispose()
파기
- Source: