bind_keyframe_sequence method

bind_keyframe_sequence(self, channel_name, sequence)

Bind the keyframe sequence to specified channel


def bind_keyframe_sequence(self, channel_name, sequence):
    ...
ParameterTypeDescription
channel_nameSystem.StringWhich channel the keyframe sequence will be bound to
sequenceaspose.threed.animation.KeyframeSequenceThe keyframe sequence to bind

See Also