C# 클래스 WaveEngine.Components.GameActions.ActionGameAction

A game action that execute an Action
상속: GameAction
파일 보기 프로젝트 열기: WaveEngine/Components

공개 메소드들

메소드 설명
ActionGameAction ( System.Action action, Scene scene = null ) : System

Initializes a new instance of the ActionGameAction class.

ActionGameAction ( IGameAction parent, System.Action action ) : System

Initializes a new instance of the ActionGameAction class.

보호된 메소드들

메소드 설명
PerformRun ( ) : void

Perform run action

메소드 상세

ActionGameAction() 공개 메소드

Initializes a new instance of the ActionGameAction class.
public ActionGameAction ( System.Action action, Scene scene = null ) : System
action System.Action The action to execute
scene Scene The associated scene.
리턴 System

ActionGameAction() 공개 메소드

Initializes a new instance of the ActionGameAction class.
public ActionGameAction ( IGameAction parent, System.Action action ) : System
parent IGameAction The parent task.
action System.Action The action to execute
리턴 System

PerformRun() 보호된 메소드

Perform run action
protected PerformRun ( ) : void
리턴 void