Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Defines the Owner of this component as well as the role (i.e. 'slot') that this component fulfills.

Namespace: Visual3D.EntityModel
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public ComponentContext Context { get; private set; }
Public Property Context As ComponentContext
	Get
	Private Set

See Also