| GamePropertyT Conversion (GamePropertyT to T) |
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public static explicit operator T (
GameProperty<T> property
)
Public Shared Narrowing Operator CType (
property As GameProperty(Of T)
) As T
static explicit operator T (
GameProperty<T> property
)
F# does not support the declaration of new casting operators.
Parameters
- property
- Type: DigitalRune.GameGamePropertyT
The game object property.
Return Value
Type:
TThe value of the game object property.
See Also