Property | Type | Description | |
---|---|---|---|
StringLength | int |
Method | Description | |
---|---|---|
HeadingByte ( Vector3 orientation ) : byte | ||
PitchByte ( Vector3 orientation ) : byte | ||
ReadInt16 ( |
||
ReadInt32 ( |
||
ReadString64 ( |
||
StringToBytes ( string s ) : byte[] | ||
WriteInt16 ( |
||
WriteInt32 ( |
||
WriteString64 ( |
Method | Description | |
---|---|---|
BytesToString ( byte s ) : string |
public static HeadingByte ( Vector3 orientation ) : byte | ||
orientation | Vector3 | |
return | byte |
public static PitchByte ( Vector3 orientation ) : byte | ||
orientation | Vector3 | |
return | byte |
public static ReadInt16 ( |
||
br | ||
return | int |
public static ReadInt32 ( |
||
br | ||
return | int |
public static ReadString64 ( |
||
br | ||
return | string |
public static StringToBytes ( string s ) : byte[] | ||
s | string | |
return | byte[] |
public static WriteInt16 ( |
||
bw | ||
v | short | |
return | void |
public static WriteInt32 ( |
||
bw | ||
v | int | |
return | void |
public static WriteString64 ( |
||
bw | ||
s | string | |
return | void |