docs.unity.cn
    Show / Hide Table of Contents

    Class ResourceDestroying<TResource>

    Inheritance
    Object
    ResourceDestroying<TResource>
    Namespace: Unity.Reflect.Actors
    Syntax
    public class ResourceDestroying<TResource>
    Type Parameters
    Name Description
    TResource

    Constructors

    ResourceDestroying(EntryGuid, TResource)

    Declaration
    public ResourceDestroying(EntryGuid entryId, TResource resource)
    Parameters
    Type Name Description
    EntryGuid entryId
    TResource resource

    Fields

    EntryId

    Declaration
    public EntryGuid EntryId
    Field Value
    Type Description
    EntryGuid

    Resource

    Declaration
    public TResource Resource
    Field Value
    Type Description
    TResource
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use