C# 클래스 NScumm.Scumm.ScummEngine0.VerbSettings

파일 보기 프로젝트 열기: scemino/nscumm

공개 프로퍼티들

프로퍼티 타입 설명
id VerbsV0
name string
x_pos int
y_pos int

공개 메소드들

메소드 설명
VerbSettings ( VerbsV0 id, int x_pos, int y_pos, string name ) : System.Linq

메소드 상세

VerbSettings() 공개 메소드

public VerbSettings ( VerbsV0 id, int x_pos, int y_pos, string name ) : System.Linq
id VerbsV0
x_pos int
y_pos int
name string
리턴 System.Linq

프로퍼티 상세

id 공개적으로 프로퍼티

public VerbsV0 id
리턴 VerbsV0

name 공개적으로 프로퍼티

public string name
리턴 string

x_pos 공개적으로 프로퍼티

public int x_pos
리턴 int

y_pos 공개적으로 프로퍼티

public int y_pos
리턴 int