Timeseek works like this
This commit is contained in:
@ -1046,8 +1046,9 @@ void AnimationTreePlayer::timescale_node_set_scale(const StringName& p_node,floa
|
|||||||
void AnimationTreePlayer::timeseek_node_seek(const StringName& p_node,float p_pos) {
|
void AnimationTreePlayer::timeseek_node_seek(const StringName& p_node,float p_pos) {
|
||||||
|
|
||||||
|
|
||||||
// GET_NODE( NODE_TIMESEEK, TimeSeekNode );
|
GET_NODE( NODE_TIMESEEK, TimeSeekNode );
|
||||||
//hmm
|
n->seek_pos=p_pos;
|
||||||
|
|
||||||
}
|
}
|
||||||
void AnimationTreePlayer::transition_node_set_input_count(const StringName& p_node, int p_inputs) {
|
void AnimationTreePlayer::transition_node_set_input_count(const StringName& p_node, int p_inputs) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user