 |
SceneItem Property |
Gets the child scene node with the specified name. If the scene node is not found, then null is returned.
Namespace: Ab4d.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic SceneNode? this[
string name
] { get; }Parameters
- name String
- The name of the child scene node to retrieve. The search is case-sensitive.
Return Value
SceneNodeThe child scene node that matches the specified name or null if no SceneNode with the specified name exists.
See Also