Collapse All
Expand All
|
Language Filter: C#
Language Filter: Visual Basic
C#
Visual Basic
|
See Also
Visual3D Game Engine API Documentation for XNA, C#, VB, and .NET
SpatialNode
.
.
::
GetChild Method
Visual3D Game Engine
API Documentation for XNA, C#, VB, and .NET
Overload List
Name
Description
GetChild
<
(Of
<
<'
(
TChild
>
)
>
>
)
()
()
()
()
GetChild(Int32)
Gets a child node by index.
GetChild
<
(Of
<
<'
(
TChild
>
)
>
>
)
(Predicate
<
(Of
<
<'
(
TChild
>
)
>
>
)
)
GetChild(String)
Gets a child by Name.
GetChild
<
(Of
<
<'
(
TChild
>
)
>
>
)
(TChild
%
)
GetChild(Predicate
<
(Of
<
<'
(
SceneObject
>
)
>
>
)
)
GetChild
<
(Of
<
<'
(
TChild
>
)
>
>
)
(Predicate
<
(Of
<
<'
(
TChild
>
)
>
>
)
, Boolean)
GetChild(String, Boolean)
GetChild(Predicate
<
(Of
<
<'
(
SceneObject
>
)
>
>
)
, Boolean)
See Also
SpatialNode Class
Visual3D Namespace