GltfAnimationSampler.input Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The index of an accessor containing keyframe input values, e.G., time.
That accessor must have componentType FLOAT. The values represent time in
seconds with time[0] >= 0.0, and strictly increasing values,
i.e., time[n + 1] > time[n]
public: int input;
public int input;
val mutable input : int
Public input As Integer