Click or drag to resize
DigitalRuneGamePropertyT  Conversion (GamePropertyT to T)

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public static explicit operator T (
	GameProperty<T> property
)

Parameters

property
Type: DigitalRune.GameGamePropertyT
The game object property.

Return Value

Type: T
The value of the game object property.
See Also