C# 클래스 GameCreator.Framework.ActionDefinition

파일 보기 프로젝트 열기: joshwyant/game-creator

공개 메소드들

메소드 설명
ActionDefinition ( ActionKind kind, ActionExecutionType exec, bool question, string funcname, string code, ActionArgumentType args ) : App.Contracts

메소드 상세

ActionDefinition() 공개 메소드

public ActionDefinition ( ActionKind kind, ActionExecutionType exec, bool question, string funcname, string code, ActionArgumentType args ) : App.Contracts
kind ActionKind
exec ActionExecutionType
question bool
funcname string
code string
args ActionArgumentType
리턴 App.Contracts