get_value


Description:

public bool get_value (Value value)

Retrieves a copy of the value for a AnimatorKey.

Note:

Use KeyframeTransition instead

The passed in Value needs to be already initialized for the value type of the key or to a type that allow transformation from the value type of the key.

Use unset when done.

Parameters:

this

a AnimatorKey

value

a Value initialized with the correct type for the animator key

Returns:

true if the passed Value was successfully set, and false otherwise