docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct WeakAssetReferenceLoadingSystem

    System for loading assets into a runtime world.

    Implements
    ISystem
    Namespace: Unity.Scenes
    Assembly: Unity.Scenes.dll
    Syntax
    [WorldSystemFilter(WorldSystemFilterFlags.Default|WorldSystemFilterFlags.Editor|WorldSystemFilterFlags.Streaming, WorldSystemFilterFlags.Default)]
    [UpdateInGroup(typeof(SceneSystemGroup))]
    [UpdateBefore(typeof(ResolveSceneReferenceSystem))]
    [BurstCompile]
    public struct WeakAssetReferenceLoadingSystem : ISystem

    Methods

    Name Description
    CompleteLoad(ref SystemState, Entity, Entity, EntityPrefabReference)

    Marks a prefab as loaded and cleans up the in progress state.

    OnCreate(ref SystemState)

    Callback invoked when the system is created.

    OnCreateForCompiler(ref SystemState)

    Generated by compilation pipeline and used internally.

    OnDestroy(ref SystemState)

    Callback invoked when the system is destroyed.

    OnUpdate(ref SystemState)

    Callback invoked when the system is updated.

    In This Article
    Back to top
    Copyright © 2024 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)