C# 클래스 ME3Explorer.Matinee.byteprop

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
enumName string
type int
values string[]

공개 메소드들

메소드 설명
ToString ( ME3Package p ) : string
byteprop ( byte raw, string n, string list ) : ME3Explorer.SequenceObjects
byteprop ( string n, string list ) : ME3Explorer.SequenceObjects
set ( byte raw ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ME3Package p ) : string
p ME3Package
리턴 string

byteprop() 공개 메소드

public byteprop ( byte raw, string n, string list ) : ME3Explorer.SequenceObjects
raw byte
n string
list string
리턴 ME3Explorer.SequenceObjects

byteprop() 공개 메소드

public byteprop ( string n, string list ) : ME3Explorer.SequenceObjects
n string
list string
리턴 ME3Explorer.SequenceObjects

set() 공개 메소드

public set ( byte raw ) : void
raw byte
리턴 void

프로퍼티 상세

enumName 공개적으로 프로퍼티

public string enumName
리턴 string

type 공개적으로 프로퍼티

public int type
리턴 int

values 공개적으로 프로퍼티

public string[] values
리턴 string[]