Method | Description | |
---|---|---|
GetSizeOf ( ) : int |
Gets the size of.
|
|
PlaceObjectTag ( ) : System |
Creates a new PlaceObjectTag instance.
|
|
PlaceObjectTag ( ushort characterId, ushort depth, Matrix matrix ) : System |
Creates a new PlaceObjectTag instance.
|
|
PlaceObjectTag ( ushort characterId, ushort depth, Matrix matrix, CXForm colorTransform ) : System |
Creates a new PlaceObjectTag instance.
|
|
PlaceObjectTag ( ushort characterId, ushort depth, int xLocation, int yLocation ) : System |
Creates a new PlaceObjectTag instance.
|
|
ReadData ( byte version, BufferedBinaryReader binaryReader ) : void |
see
|
|
Serialize ( XmlWriter writer ) : void |
Serializes the specified writer.
|
|
UpdateData ( byte version ) : void |
see
|
public PlaceObjectTag ( ushort characterId, ushort depth, Matrix matrix ) : System | ||
characterId | ushort | Character id. |
depth | ushort | Depth. |
matrix | Matrix | Matrix. |
return | System |
public PlaceObjectTag ( ushort characterId, ushort depth, Matrix matrix, CXForm colorTransform ) : System | ||
characterId | ushort | Character id. |
depth | ushort | Depth. |
matrix | Matrix | Matrix. |
colorTransform | CXForm | Color transform. |
return | System |
public PlaceObjectTag ( ushort characterId, ushort depth, int xLocation, int yLocation ) : System | ||
characterId | ushort | Character id. |
depth | ushort | Depth. |
xLocation | int | X location. |
yLocation | int | Y location. |
return | System |
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void | ||
version | byte | |
binaryReader | BufferedBinaryReader | |
return | void |
public Serialize ( XmlWriter writer ) : void | ||
writer | XmlWriter | Writer. |
return | void |