Class DocumentHeader
- Namespace
- Lime
- Assembly
- Lime.dll
When any given citrus document is serialized DocumentHeader is serialized into the output stream before the document itself.
Lime.* contains several serializable classes. Some of them (or their derived classes)
are serialized directly while others are used as elements of those serialized.
Directly serialized ones determine document root type. So Node is root type of a *.tan
document.
Examples of citrus documents are:
- Node (tangerine scene, *.tan),
- Model3DAttachmentParser.ModelAttachmentFormat (*.txt),
- TextureAtlasElement.Params (*.atlasPart, but will be renamed to Sprite *.sprite),
- Font (*.tft).
Lime.TftConfig
(*.tftconf) (defined in Extensions/DynamicFont)- PackedAssetBundle.Manifest (.Manifest)
- TextureParams (*.texture)
- SerializableCompoundFont (*.cft)
- Animation.AnimationData (*.ant)
- Model3D (*.t3d) (actually also Node* kind of document)
public sealed class DocumentHeader
- Inheritance
-
DocumentHeader
- Inherited Members
Fields
Metadata
List of document's Metadata.
[YuzuMember]
public List<Metadata> Metadata