wiki.sine.space | sinespace

Difference between revisions of "Scripting/SAudioReactiveAnimation"

From wiki.sine.space
Jump to: navigation, search
(Created page with "=Properties= {{ScriptFunction|bool|Enabled|{get; set;}|Returns true if the Audio Reactive Animation Enabled.|5= local Object = Space.Scene.Find("Audio Source")<br> Space.Log(...")
 
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/saudioreactiveanimation")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Properties=
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/saudioreactiveanimation
 
+
{{ScriptFunction|bool|Enabled|{get; set;}|Returns true if the Audio Reactive Animation Enabled.|5=
+
local Object = Space.Scene.Find("Audio Source")<br>
+
Space.Log(Object.SAudioReactiveAnimation.Enabled)
+
}}
+
 
+
{{ScriptFunction|string|Parameter|{get; set;}|Returns Parameter value of the Audio Reactive Animation.|5=
+
local Object = Space.Scene.Find("Audio Source")<br>
+
Space.Log(Object.SAudioReactiveAnimation.Parameter )
+
}}
+
 
+
{{ScriptFunction|SAnimator|Target|{get; set;}|Returns Target ApplyRootMotion value of the Audio Reactive Animation.|5=
+
local Object = Space.Scene.Find("Audio Source")<br>
+
Space.Log(Object.AudioReactiveAnimation.Target.ApplyRootMotion)
+
}}
+
 
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 05:06, 19 September 2022

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