Table of Contents

Method FindNode

Namespace
Bonsai.Shaders.Rendering
Assembly
Bonsai.Shaders.Rendering.dll

FindNode(string)

Searches the hierarchy for a scene node with the specified name.

public SceneNode FindNode(string name)

Parameters

name string

The name of the scene node to find.

Returns

SceneNode

A SceneNode object which is either the current node, or one of its children, that matches the specified name; or null if no matching node is found.