| SubmeshCollectionSetParent Method |
Sets the parent of the given object.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax protected override void SetParent(
Submesh child,
Mesh parent
)
Protected Overrides Sub SetParent (
child As Submesh,
parent As Mesh
)
protected:
virtual void SetParent(
Submesh^ child,
Mesh^ parent
) override
abstract SetParent :
child : Submesh *
parent : Mesh -> unit
override SetParent :
child : Submesh *
parent : Mesh -> unit
Parameters
- child
- Type: DigitalRune.GraphicsSubmesh
The child object. - parent
- Type: DigitalRune.GraphicsMesh
The parent to set.
See Also