Click or drag to resize

ValueSetterTSetValue Method

Sets the value of all the Types in ValuesToChange.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetValue(
	ref T desiredValue
)

Parameters

desiredValue
Type: T
The value of the Types after the transition is complete
See Also