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

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

공개 메소드들

메소드 설명
AddBytesTo ( byte bytes ) : bool
AddDList ( DListCommand command ) : bool
AddTexture ( Texture texture ) : bool
AddVertex ( Vertex vertex ) : bool
F3DEXCollection ( ) : System

메소드 상세

AddBytesTo() 공개 메소드

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

AddDList() 공개 메소드

public AddDList ( DListCommand command ) : bool
command DListCommand
리턴 bool

AddTexture() 공개 메소드

public AddTexture ( Texture texture ) : bool
texture Texture
리턴 bool

AddVertex() 공개 메소드

public AddVertex ( Vertex vertex ) : bool
vertex Vertex
리턴 bool

F3DEXCollection() 공개 메소드

public F3DEXCollection ( ) : System
리턴 System