ChildCollection<TParent,TChild>.SetParent Method (Microsoft.Xna.Framework.Content.Pipeline)

Modifies the value of the parent object of the specified child object.

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
protected abstract void SetParent(
	TChild child, 
	TParent parent
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

child
Type: TChild
The child of the parent being modified.
parent
Type: TParent
The new value for the parent object.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop