Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Gets or sets the prototype, if specified, from which this asset inherits instance data.

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

Syntax

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

See Also