 |
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.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
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