Click or drag to resize

AnimationAudioTrackSetKeyEndOffset Method

Sets the end offset of the key identified by key_idx to value offset. The track_idx must be the index of an Audio Track.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AudioTrackSetKeyEndOffset(
	int trackIdx,
	int keyIdx,
	float offset
)

Parameters

trackIdx
Type: SystemInt32

[Missing <param name="trackIdx"/> documentation for "M:Godot.Animation.AudioTrackSetKeyEndOffset(System.Int32,System.Int32,System.Single)"]

keyIdx
Type: SystemInt32

[Missing <param name="keyIdx"/> documentation for "M:Godot.Animation.AudioTrackSetKeyEndOffset(System.Int32,System.Int32,System.Single)"]

offset
Type: SystemSingle

[Missing <param name="offset"/> documentation for "M:Godot.Animation.AudioTrackSetKeyEndOffset(System.Int32,System.Int32,System.Single)"]

See Also