Méthode | Description | |
---|---|---|
IsInGroup ( Tag groupTag ) : bool |
Determines whether the tag belongs to a tag group.
|
|
IsInGroup ( TagGroup group ) : bool |
Determines whether the tag belongs to a tag group.
|
|
IsInGroup ( string groupTag ) : bool |
Determines whether the tag belongs to a tag group.
|
|
OffsetToPointer ( uint offset ) : uint |
Converts an offset relative to the tag's header to a pointer.
|
|
PointerToOffset ( uint pointer ) : uint |
Converts a pointer to an offset relative to the tag's header.
|
|
ToString ( ) : string |
Méthode | Description | |
---|---|---|
CalculateHeaderSize ( TagData data ) : uint |
Calculates the header size that would be needed for a given block of tag data.
|
|
ReadHeader ( |
Reads the header for the tag instance from a stream.
|
|
TagInstance ( int index ) : System.Collections.Generic | ||
TagInstance ( int index, TagGroup group ) : System.Collections.Generic | ||
Update ( TagData data, uint dataOffset ) : void |
Updates the tag instance's state from a block of tag data.
|
|
WriteHeader ( |
Writes the header for the tag instance to a stream.
|
public IsInGroup ( Tag groupTag ) : bool | ||
groupTag | Tag | The group tag. |
Résultat | bool |
public IsInGroup ( TagGroup group ) : bool | ||
group | TagGroup | The tag group. |
Résultat | bool |
public IsInGroup ( string groupTag ) : bool | ||
groupTag | string | A 4-character string representing the group tag, e.g. "scnr". |
Résultat | bool |
public OffsetToPointer ( uint offset ) : uint | ||
offset | uint | The offset to convert. |
Résultat | uint |
public PointerToOffset ( uint pointer ) : uint | ||
pointer | uint | The pointer to convert. |
Résultat | uint |