C# 클래스 MonoGdx.Scene2D.Actions.DelegateAction

Base class for an action that wraps another action.
상속: SceneAction
파일 보기 프로젝트 열기: jaquadro/MonoGdx

공개 메소드들

메소드 설명
Act ( float delta ) : bool
Reset ( ) : void
Restart ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Delegate ( float delta ) : bool

메소드 상세

Act() 공개 메소드

public Act ( float delta ) : bool
delta float
리턴 bool

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

protected abstract Delegate ( float delta ) : bool
delta float
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string