Script API - v1.21.130.27
    Preparing search index...
    interface PrefabTemplateMetadata {
        description: string;
        displayName: string;
        instanceReferenceCount: number;
        name: string;
        notes: string;
        readOnly: boolean;
        source: PrefabSource;
        structureReferenceCount: number;
        tags: string[];
        templateId: string;
    }
    Index

    Properties

    description: string
    displayName: string
    instanceReferenceCount: number
    name: string
    notes: string
    readOnly: boolean
    source: PrefabSource
    structureReferenceCount: number
    tags: string[]
    templateId: string