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

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

Contains() 공개 메소드

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

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

VertexCollection() 공개 메소드

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

프로퍼티 상세

Offset 공개적으로 프로퍼티

public int Offset
리턴 int

Vertices 공개적으로 프로퍼티

public List Vertices
리턴 List