docs.unity.cn
    Show / Hide Table of Contents

    Method GetLastWriterSystemName

    GetLastWriterSystemName(ArchetypeChunk, ComponentType)

    Gets the name of the system that last modified the component type of the given chunk

    Declaration
    public static string GetLastWriterSystemName(ArchetypeChunk chunk, ComponentType componentType)
    Parameters
    Type Name Description
    ArchetypeChunk chunk

    The chunk to check

    ComponentType componentType

    The component type to check

    Returns
    Type Description
    String

    The name of the system that modified it if found

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023