| SubmeshCollectionGetParent Method |
Gets the parent of an object.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax protected override Mesh GetParent(
Submesh child
)
Protected Overrides Function GetParent (
child As Submesh
) As Mesh
protected:
virtual Mesh^ GetParent(
Submesh^ child
) override
abstract GetParent :
child : Submesh -> Mesh
override GetParent :
child : Submesh -> Mesh
Parameters
- child
- Type: DigitalRune.GraphicsSubmesh
The child object.
Return Value
Type:
MeshThe parent of
child.
See Also