GltfAnimation

@Serializable
data class GltfAnimation(val name: String? = null, val channels: List<GltfChannel>, val samplers: List<GltfAnimationSampler>)(source)

Constructors

Link copied to clipboard
constructor(name: String? = null, channels: List<GltfChannel>, samplers: List<GltfAnimationSampler>)

Properties

Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard