ILinkTMCtrl.h File Reference
#define LINKTMCTRL_CLASSID Class_ID(0x615b56e4, 0x5f0e6032) |
#define NULL
Definition: autoptr.h:18
#define I_LINKTMCTRL
An Animatable supporting this interface is an Link Transform Control.
Definition: AnimatableInterfaceIDs.h:84
CoreExport void * GetInterface(ULONG id)
Inherited from Animatable.
Definition: ILinkTMCtrl.h:29
Returns the ISubTargetCtrl interface to a sub-transform controller.
- Parameters
-
[in] | c | Sub-transform controller to fetch the interface from |
- Returns
- The ISubTargetCtrl interface. Returns NULL if either the control ptr is NULL, or it does not support the I_LINKTMCTRL2 interface.
#define NULL
Definition: autoptr.h:18
#define I_SUBTARGETCTRL
An Animatable supporting this interface is an Sub Target Control.
Definition: AnimatableInterfaceIDs.h:85
CoreExport void * GetInterface(ULONG id)
Inherited from Animatable.
ISubTargetCtrl gives access to sub-transform controller.
Definition: ILinkTMCtrl.h:50