docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BooleanMetadata

    A class which can be used as a filter for searching for metadata by boolean value.

    Inheritance
    object
    Metadata
    BooleanMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AssetManager.Editor
    Assembly: Unity.AssetManager.Core.Editor.dll
    Syntax
    [Serializable]
    public sealed class BooleanMetadata : Metadata

    Constructors

    BooleanMetadata(bool)

    Creates a new instance of the BooleanMetadata class.

    Declaration
    public BooleanMetadata(bool value)
    Parameters
    Type Name Description
    bool value

    The searchable value of a boolean metadata. This must exactly match the boolean value.

    Properties

    Value

    The searchable value of a boolean metadata. This must exactly match the boolean value.

    Declaration
    public bool Value { get; }
    Property Value
    Type Description
    bool
    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)