C# 클래스 GameCreator.Framework.ActionLibrary

파일 보기 프로젝트 열기: joshwyant/game-creator 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ActionLibrary System.Collections.Generic

공개 메소드들

메소드 설명
DefineAction ( int actionid, ActionKind kind, ActionExecutionType execution, bool question, string func, string code, ActionArgumentType args ) : void

비공개 메소드들

메소드 설명
ActionLibrary ( LibraryContext context, int id ) : System.Collections.Generic

메소드 상세

DefineAction() 공개 메소드

public DefineAction ( int actionid, ActionKind kind, ActionExecutionType execution, bool question, string func, string code, ActionArgumentType args ) : void
actionid int
kind ActionKind
execution ActionExecutionType
question bool
func string
code string
args ActionArgumentType
리턴 void