Search Results for

    Show / Hide Table of Contents

    Class AssetReferenceAttribute<T>

    Specifies a options for an asset reference picker in the editor. Allows to customize view or provide custom value assign policy.

    Inheritance
    System.Object
    AssetReferenceAttribute
    AssetReferenceAttribute<T>
    Inherited Members
    AssetReferenceAttribute.TypeName
    AssetReferenceAttribute.UseSmallPicker
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class AssetReferenceAttribute<T> : AssetReferenceAttribute
    Type Parameters
    T

    Constructors

    AssetReferenceAttribute(Boolean)

    Initializes a new instance of the AssetReferenceAttribute class for generic type T.

    Declaration
    public AssetReferenceAttribute(bool useSmallPicker = false)
    Parameters
    System.Boolean useSmallPicker

    True if use asset picker with a smaller height (single line), otherwise will use with full icon.

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    System.Attribute
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat