← Back to carmenta.com
Carmenta Engine SDK Documentation
×

Visualizer.FindChildObject Methods

Finds the child object with the specified name.

Thread safety: This method is, in general, not thread-safe but can in most cases be called without a GuardShow

Overload List

 NameDescription
Public methodFindChildObject(System.String name)Finds the child object with the specified name.
Public methodFindChildObject(System.String name, ChildObjectMode mode)Finds the child object with the specified name and search mode.

FindChildObject(System.String name)

Finds the child object with the specified name.

Syntax

C#
public EngineObject FindChildObject (
    System.String name
)

Parameters

name
Type: System.String
The name of the object we want to find.

Return Value

Type: EngineObject
The child object with the specified name or a null reference if a match is not found.

Remarks

This method returns the same result as calling the FindChildObject overload with AllLevels.

FindChildObject(System.String name, ChildObjectMode mode)

Finds the child object with the specified name and search mode.

Syntax

C#
public EngineObject FindChildObject (
    System.String name,
    ChildObjectMode mode
)

Parameters

name
Type: System.String
The name of the object we want to find.
mode
Type: ChildObjectMode
Specifies whether only the top level child objects are searched or all levels.

Return Value

Type: EngineObject
The child object with the specified name or a null reference if a match is not found.

Remarks

This method will only find visualizers that are children of a VisualizerSet or PointVisualizerSet.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept