Click or drag to resize
Ab4d.SharpEngine logo

SceneItem Property

Gets the child scene node with the specified name. If the scene node is not found, then null is returned.

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
public SceneNode? this[
	string name
] { get; }

Parameters

name  String
The name of the child scene node to retrieve. The search is case-sensitive.

Return Value

SceneNode
The child scene node that matches the specified name or null if no SceneNode with the specified name exists.
See Also