docs.unity3d.com
    Show / Hide Table of Contents

    Class FindRendererByNameQueryNode

    Class FindRendererByNameQueryNode.

    Inheritance
    Object
    QueryNode
    QueryNode<List<Renderer>>
    ListRendererQueryNode
    FindRendererByNameQueryNode
    Inherited Members
    QueryNode<List<Renderer>>.ResultObject
    QueryNode<List<Renderer>>.m_Result
    QueryNode<List<Renderer>>.Result
    QueryNode<List<Renderer>>.ApplyOverride(QueryNode)
    QueryNode<List<Renderer>>.HasAnOverride()
    QueryNode<List<Renderer>>.ResetOverride(QueryContext)
    QueryNode<List<Renderer>>.ExecuteQuery(QueryContext)
    QueryNode<List<Renderer>>.ResolveQuery(QueryContext)
    QueryNode<List<Renderer>>.SetQuery(List<Renderer>, QueryContext)
    QueryNode.overrideQuery
    QueryNode.id
    QueryNode.EnsureId()
    QueryNode.IsQueryValid(QueryContext)
    Namespace: Unity.Industrial.Forma.Core.Variants
    Syntax
    public class FindRendererByNameQueryNode : ListRendererQueryNode, IQuery<List<Renderer>>, IQuery

    Properties

    searchName

    Gets or sets the name of the search.

    Declaration
    public string searchName { get; set; }
    Property Value
    Type Description
    String

    The name of the search.

    Methods

    FindRendererForName(QueryContext)

    Finds the name of the renderer for.

    Declaration
    public List<Renderer> FindRendererForName(QueryContext context)
    Parameters
    Type Name Description
    QueryContext context

    The context.

    Returns
    Type Description
    List<Renderer>

    List<Renderer>.

    Query(QueryContext)

    Find all renderer of this name within the context

    Declaration
    public override List<Renderer> Query(QueryContext context = null)
    Parameters
    Type Name Description
    QueryContext context

    The context.

    Returns
    Type Description
    List<Renderer>

    All renderer of the executed query

    Overrides
    Unity.Industrial.Forma.Core.Variants.QueryNode<List<Renderer>>.Query(Unity.Industrial.Forma.Core.Variants.QueryContext)
    Back to top
    Terms of use
    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