FloatKeys

定义浮点数数组 (浮点数) 以及该数组中的浮点数。 这用于定义动画键集。

template FloatKeys
{
    < 10DD46A9-775B-11cf-8F52-0040333594A3 >
    DWORD nValues;
    array float values[nValues];
} 
  • nValues - 浮点数。
  • values[nValues] - float 值的数组。

另请参阅

模板