AnimatorSetter.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/Game/AnimatorSetter.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Variable/Game/AnimatorSetter.cs
Source file hash: sha256:1d28e77f05d9b5da57beedf50c70c3fbd340ac491552e46e03e6137a4759f63a
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: AnimatorSetter
Section titled “Type: AnimatorSetter”Original lines: 28-31
Declaration hash: sha256:aefd174aa16671e7cd6e8c7081f393a972ba5a35fa1fce2c10475633df46ff9d
[RequireComponent(typeof(Animator)), DefaultExecutionOrder(-1)]public class AnimatorSetter : ComponentSetter<AnimatorVariable, Animator>{}