Click or drag to resize

AnimationAudioTrackSetKeyStream Method

Sets the stream of the key identified by key_idx to value stream. 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 AudioTrackSetKeyStream(
	int trackIdx,
	int keyIdx,
	Resource stream
)

Parameters

trackIdx
Type: SystemInt32

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

keyIdx
Type: SystemInt32

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

stream
Type: GodotResource

[Missing <param name="stream"/> documentation for "M:Godot.Animation.AudioTrackSetKeyStream(System.Int32,System.Int32,Godot.Resource)"]

See Also