static void DisableSRTWeightsIfNeeded(
float * weights,
const AnimObject * animObj
);
| Name | Description | |
|---|---|---|
| in | weights |
The weights for each SRT. |
| in | animObj |
Animation object. |
Disables the weight of each SRT if necessary.
If the argument animObj is an instance of TransformAnimEvaluator, settings that disable animation will be reflected in the weights.
CONFIDENTIAL