rive-app / rive-sharp

C# runtime for Rive
72 stars 6 forks source link

Refactor StateMachineInputs as DependencyObjects #1

Closed csmartdalton closed 2 years ago

csmartdalton commented 2 years ago

State machine inputs are not UI elements to layout, so we should use [ContentAttribute] instead to implement them as light-weight DependencyObjects.

csmartdalton commented 2 years ago

Looks like all the feedback is addressed, except the properties stuff. I'll put that together in a new PR and go forward with landing this one!