Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 753 Bytes

floatkeys.md

File metadata and controls

37 lines (25 loc) · 753 Bytes
description ms.assetid title ms.topic ms.date
Defines an array of floating-point numbers (floats) and the number of floats in that array. This is used for defining sets of animation keys.
a506cca6-0b10-4373-a7e1-f6aa0989e675
FloatKeys
reference
05/31/2018

FloatKeys

Defines an array of floating-point numbers (floats) and the number of floats in that array. This is used for defining sets of animation keys.

template FloatKeys
{
    < 10DD46A9-775B-11cf-8F52-0040333594A3 >
    DWORD nValues;
    array float values[nValues];
} 
  • nValues - Number of floats.
  • values[nValues] - Array of float values.

See also

Templates