Identifies and describes a game object property.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.0.0.0 (1.0.1.9459)

Syntax

C#
public class GamePropertyMetadata<T> : IGamePropertyMetadata, 
	INamedObject, IGamePropertyFactory
Visual Basic
Public Class GamePropertyMetadata(Of T) _
	Implements IGamePropertyMetadata, INamedObject, IGamePropertyFactory
Visual C++
generic<typename T>
public ref class GamePropertyMetadata : IGamePropertyMetadata, 
	INamedObject, IGamePropertyFactory

Type Parameters

T
The type of the property value.

Inheritance Hierarchy

System..::..Object
  DigitalRune.Game..::..GamePropertyMetadata<(Of <(<'T>)>)>

See Also