The sequence of key durations making up the VoxelObject animation. Each duration in the returned array is in seconds.
The identifier string of the Resource. The id is unique across all Resources that have been created by all users.
The name given to the Resource by its creator.
The type of the Resource.
Returns the time at which the keyIndex-th key starts in the animation sequence. If the index is negative the first key is used. If it's greater than the number of keys, the last key is used.
The index of the key for which the start time is returned.
The total duration of the VoxelObject animation, in seconds. This is the sum of the duration of each key in animation sequence.