docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ChunkHeader

    The header of each chunk.

    Inheritance
    object
    ChunkHeader
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.U2D.Aseprite
    Assembly: Unity.2D.Aseprite.Editor.dll
    Syntax
    public class ChunkHeader

    Fields

    stride

    The stride of the chunk header in bytes.

    Declaration
    public const int stride = 6
    Field Value
    Type Description
    int

    Properties

    chunkSize

    The size of the chunk in bytes.

    Declaration
    public uint chunkSize { get; }
    Property Value
    Type Description
    uint

    chunkType

    The type of the chunk.

    Declaration
    public ChunkTypes chunkType { get; }
    Property Value
    Type Description
    ChunkTypes
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)