Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Gets or sets the owner to which this asset belongs and is a member of.

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

Syntax

      
 C#  Visual Basic 
public AssetOwner AssetOwner { get; set; }
Public Property AssetOwner As AssetOwner
	Get
	Set

Implements

IAsset..::..AssetOwner

See Also