Click or drag to resize
DigitalRuneAssetLoadHelperFixupT Method
Wraps and registers a fix-up action.

Namespace: DigitalRune.Graphics.Content
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Action<T> Fixup<T>(
	Action<T> fixup
)

Parameters

fixup
Type: SystemActionT
The fix-up action.

Type Parameters

T
The type of the shared resource.

Return Value

Type: ActionT
A new action that will call the fix-up action.
See Also