OnceActor

OnceActor

new OnceActor()

Stage 에 등록될 Actor. 스테이지 진입을 한번만 감지한 후 본인 스스로 관찰 해제하는 감지형. (사용 예: 화면 진입시 한번만 애니메이션 한다, 이미지 로드를 한다)
Source:

Extends

Classes

BaseActor

Members

element :ActorElement

옵저버에 등록될 native element
Type:
  • ActorElement
Inherited From:
Source:

events

이벤트 Observable
Overrides:
Source:
See:

isAppear

현재 진입 여부 상태
Overrides:
Source:

stage :IStage.<BaseActor>

해당 인스턴스가 등록된 스테이지
Type:
Inherited From:
Source:

Methods

appear(entryopt)

스테이지 진입. 진입시 자동 관찰 해제.
Parameters:
Name Type Attributes Description
entry <optional>
Overrides:
Implements:
Source:

bind(stage)

해당 인스턴스를 관찰하는 스테이지를 연결
Parameters:
Name Type Description
stage 스테이지
Inherited From:
Implements:
Source:

disappear(entryopt)

스테이지 이탈
Parameters:
Name Type Attributes Description
entry <optional>
스테이지 이탈시 관찰 상태
Inherited From:
Implements:
Source:

dispatch(type, entryopt)

진입, 이탈 등 이벤트 알림
Parameters:
Name Type Attributes Description
type 이벤트 타입
entry <optional>
상태 변경시 관찰된 상태
Inherited From:
Source:

dispose()

파기
Inherited From:
Source: