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

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

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Offset int
Width int

공개 메소드들

메소드 설명
GetAsBytes ( ) : byte[]
LoadFromBytes ( byte bytes ) : bool
Texture ( int offset, int width, int height, byte data ) : System

메소드 상세

GetAsBytes() 공개 메소드

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

LoadFromBytes() 공개 메소드

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

Texture() 공개 메소드

public Texture ( int offset, int width, int height, byte data ) : System
offset int
width int
height int
data byte
리턴 System

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

Offset 공개적으로 프로퍼티

public int Offset
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int