GltfAnimation

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

Constructors

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

Properties

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