Skip to content

AnimComposer.getAnimClips() and .getAnimClipsNames() should return sets, not collections  #1070

@stephengold

Description

@stephengold

Currently in com.jme3.anim (new animation system) the AnimComposer control defines 2 methods to enumerate all clips contained in the composer. While both methods return collections, the implementation does not allow the same AnimClip to be added twice. It would be advantageous to return sets instead, to clarify that duplicates are not allowed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions