docs.unity3d.com
    Show / Hide Table of Contents

    Class LocationSearchFilter

    A structure for defining the criteria of an AssetLocation search request.

    Inheritance
    Object
    ComplexSearchCriteria<AssetLocation>
    LocationSearchFilter
    Inherited Members
    ComplexSearchCriteria<AssetLocation>.SearchFieldType
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.TryGetIncluded(Object)
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.TryGetExcluded(Object)
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.TryGetAny(Object)
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.Include(Object)
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.Include(Dictionary<String, Object>, String)
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.Exclude(Object)
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.Exclude(Dictionary<String, Object>, String)
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.ForAny(Object)
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.ForAny(Dictionary<String, Object>, String)
    ComplexSearchCriteria<AssetLocation>.BuildSearchKeyPrefix()
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.IsMatch(Object)
    ComplexSearchCriteria<AssetLocation>.IsMatch(Object)
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.IsAny(Object)
    ComplexSearchCriteria<AssetLocation>.IsAny(Object)
    ComplexSearchCriteria<AssetLocation>.ISearchCriteria.IsEmpty()
    ComplexSearchCriteria<AssetLocation>.Clear()
    ComplexSearchCriteria<AssetLocation>.Include(AssetLocation)
    ComplexSearchCriteria<AssetLocation>.Exclude(AssetLocation)
    ComplexSearchCriteria<AssetLocation>.ForAny(AssetLocation)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Assets
    Syntax
    public class LocationSearchFilter : ComplexSearchCriteria<AssetLocation>, ISearchCriteria

    Properties

    Coordinates

    The coordinates for the location.

    Declaration
    public SearchCriteria<string> Coordinates { get; }
    Property Value
    Type Description
    SearchCriteria<String>

    Format

    The asset coordinate format for the asset location.

    Declaration
    public SearchCriteria<AssetCoordinateFormat> Format { get; }
    Property Value
    Type Description
    SearchCriteria<AssetCoordinateFormat>

    Name

    The name of the location.

    Declaration
    public SearchCriteria<string> Name { get; }
    Property Value
    Type Description
    SearchCriteria<String>

    SearchKey

    Declaration
    public override string SearchKey { get; }
    Property Value
    Type Description
    String
    Overrides
    Unity.Cloud.Assets.ComplexSearchCriteria<Unity.Cloud.Assets.AssetLocation>.SearchKey
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023