get_key_frame


Description:

public void get_key_frame (uint index_, out double key, out AnimationMode mode, out Value value)

Retrieves the details of the key frame at index_ inside this.

The this must already have key frames set, and index_ must be smaller than the number of key frames.

Parameters:

this

a KeyframeTransition

index_

the index of the key frame

key

return location for the key, or null

mode

return location for the easing mode, or null

value

a Value initialized with the type of the values