Click or drag to resize
DigitalRuneGameObjectGetPropertyMetadataT Method (String)
Gets the metadata of the property with the given name.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public static GamePropertyMetadata<T> GetPropertyMetadata<T>(
	string name
)

Parameters

name
Type: SystemString
The property name.

Type Parameters

T
The type of the property value.

Return Value

Type: GamePropertyMetadataT
The property metadata, or if no property with the given name was defined with CreatePropertyT(String, String, String, T).
See Also