C# 클래스 NewSF64Toolkit.DataStructures.DataObjects.SFLevelObject

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

공개 프로퍼티들

프로퍼티 타입 설명
AdvancedScript SFAdvancedObjectScript
DListOffset uint
ID ushort
LvlPos float
Offset int
Unk ushort
X short
XRot short
Y short
YRot short
Z short
ZRot short

공개 메소드들

메소드 설명
GetAsBytes ( ) : byte[]
LoadFromBytes ( byte bytes ) : bool
SFLevelObject ( int offset, byte bytes ) : System

메소드 상세

GetAsBytes() 공개 메소드

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

LoadFromBytes() 공개 메소드

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

SFLevelObject() 공개 메소드

public SFLevelObject ( int offset, byte bytes ) : System
offset int
bytes byte
리턴 System

프로퍼티 상세

AdvancedScript 공개적으로 프로퍼티

public SFAdvancedObjectScript,NewSF64Toolkit.DataStructures.DataObjects AdvancedScript
리턴 SFAdvancedObjectScript

DListOffset 공개적으로 프로퍼티

public uint DListOffset
리턴 uint

ID 공개적으로 프로퍼티

public ushort ID
리턴 ushort

LvlPos 공개적으로 프로퍼티

public float LvlPos
리턴 float

Offset 공개적으로 프로퍼티

public int Offset
리턴 int

Unk 공개적으로 프로퍼티

public ushort Unk
리턴 ushort

X 공개적으로 프로퍼티

public short X
리턴 short

XRot 공개적으로 프로퍼티

public short XRot
리턴 short

Y 공개적으로 프로퍼티

public short Y
리턴 short

YRot 공개적으로 프로퍼티

public short YRot
리턴 short

Z 공개적으로 프로퍼티

public short Z
리턴 short

ZRot 공개적으로 프로퍼티

public short ZRot
리턴 short