wiki.sine.space | sinespace

Difference between revisions of "Scripting/SAnimator"

From wiki.sine.space
Jump to: navigation, search
(Created page with "The SAnimator class component interfaces with Unity's Animator component, exposing its functions to scripting. ==Members== {{ScriptFunction|void|SetTrigger|(string name);|Set...")
 
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/sanimator")
 
(40 intermediate revisions by the same user not shown)
Line 1: Line 1:
The SAnimator class component interfaces with Unity's Animator component, exposing its functions to scripting.
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/sanimator
 
+
==Members==
+
{{ScriptFunction|void|SetTrigger|(string name);|Sets a trigger value for a animator}}
+
{{ScriptFunction|void|SetFloat|(string name, float value);|Sets a float parameter for a animator}}
+
{{ScriptFunction|void|SetInteger|(string name, int value);|Sets a integer parameter for a animator}}
+
{{ScriptFunction|void|SetBool|(string name, bool value);|Sets a boolean parameter for a animator}}
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 05:05, 19 September 2022

This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/sanimator