Class AssetGuidAttribute | Platforms | 0.2.2-preview.10
docs.unity.cn
    Show / Hide Table of Contents

    Class AssetGuidAttribute

    Attribute used to make a or be displayed as an asset.

    Inheritance
    Object
    AssetGuidAttribute
    Namespace: Unity.Build
    Syntax
    [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
    public sealed class AssetGuidAttribute : UnityEngine.PropertyAttribute

    Constructors

    AssetGuidAttribute(Type)

    Constructs a new AssetGuidAttribute with the provided derived asset type.

    Declaration
    public AssetGuidAttribute(Type type)
    Parameters
    Type Name Description
    Type type

    A derived asset type.

    Fields

    Type

    The derived asset type.

    Declaration
    public readonly Type Type
    Field Value
    Type Description
    Type
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX