C# 클래스 NewSF64Toolkit.DataStructures.DataObjects.F3DEX.DListCollection

상속: IGameDataStructure
파일 보기 프로젝트 열기: mib-f8sm9c/NewSF64Toolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DListCommands List
Offset int

공개 메소드들

메소드 설명
Contains ( int offset ) : bool
DListCollection ( int offset ) : System
GetAsBytes ( ) : byte[]
IsAdjacentTo ( int offset, int size ) : bool
LoadFromBytes ( byte bytes ) : bool

메소드 상세

Contains() 공개 메소드

public Contains ( int offset ) : bool
offset int
리턴 bool

DListCollection() 공개 메소드

public DListCollection ( int offset ) : System
offset int
리턴 System

GetAsBytes() 공개 메소드

public GetAsBytes ( ) : byte[]
리턴 byte[]

IsAdjacentTo() 공개 메소드

public IsAdjacentTo ( int offset, int size ) : bool
offset int
size int
리턴 bool

LoadFromBytes() 공개 메소드

public LoadFromBytes ( byte bytes ) : bool
bytes byte
리턴 bool

프로퍼티 상세

DListCommands 공개적으로 프로퍼티

public List DListCommands
리턴 List

Offset 공개적으로 프로퍼티

public int Offset
리턴 int