Click or drag to resize
DigitalRuneGameObjectSetValueT Method (Int32, T)
Sets the value of the property with the given ID.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public void SetValue<T>(
	int propertyId,
	T value
)

Parameters

propertyId
Type: SystemInt32
The ID of the property.
value
Type: T
The new value.

Type Parameters

T
The type of the property value.
Exceptions
See Also