Skip to content

Commit

Permalink
deprecate Animator::name
Browse files Browse the repository at this point in the history
  • Loading branch information
pbosio committed Sep 26, 2023
1 parent 75f18e8 commit c1aefcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/decentraland/sdk/components/animator.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ message PBAnimator {

// AnimationState indicates the status and configuration of one available animation.
message PBAnimationState {
string name = 1; // the identifier for this animation, to use in scene code
reserved 1; // deprecated `name` prop
string clip = 2; // the animation path in the `files` array of the scene manifest
optional bool playing = 3; // whether this animation is currently playing
optional float weight = 4; // the "weight" of this animation (see below, default: 1.0)
Expand Down

0 comments on commit c1aefcf

Please sign in to comment.