메소드 | 설명 | |
---|---|---|
BrgBinaryWriter ( |
||
WriteColor3D ( |
||
WriteColor4D ( Color4D color ) : void | ||
WriteHalf ( float half ) : void | ||
WriteString ( string str ) : void | ||
WriteString ( string str, int lengthSize ) : void | ||
WriteTexel ( Texel t ) : void | ||
WriteUserDataEntry ( |
||
WriteVector3D ( Vector3D v, bool isAom = true, bool isHalf = false ) : void |
public BrgBinaryWriter ( |
||
bitConvertor | ||
stream | System | |
리턴 | System |
public WriteColor3D ( |
||
color | ||
리턴 | void |
public WriteString ( string str, int lengthSize ) : void | ||
str | string | |
lengthSize | int | |
리턴 | void |
public WriteUserDataEntry ( |
||
dataEntry | ||
isParticle | bool | |
리턴 | void |
public WriteVector3D ( Vector3D v, bool isAom = true, bool isHalf = false ) : void | ||
v | Vector3D | |
isAom | bool | |
isHalf | bool | |
리턴 | void |