Sets the AnimationController animation controller of the DirectX layer.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected void SetupController(
	AnimationController c
)

Parameters

c
Type: AnimationController
New AnimationController animation controller of the DirectX layer.

Exceptions

ExceptionCondition
System..::.ArgumentNullException c is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also