docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AssetTypeSearchCriteria

    A simple Asset type search but wrapped in a type.

    Inheritance
    object
    BaseSearchCriteria
    SearchCriteria<string>
    AssetTypeSearchCriteria
    Inherited Members
    SearchCriteria<string>.Clear()
    SearchCriteria<string>.WithValue(string)
    BaseSearchCriteria.PropertyName
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public sealed class AssetTypeSearchCriteria : SearchCriteria<string>

    Properties

    SearchKey

    The search key for the AssetType.

    Declaration
    public static string SearchKey { get; }
    Property Value
    Type Description
    string

    Methods

    WithValue(params AssetType[])

    Sets the value of the AssetType criteria.

    Declaration
    public void WithValue(params AssetType[] assetTypes)
    Parameters
    Type Name Description
    AssetType[] assetTypes

    The asset types to match.

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