SAudioReactiveAnimation
Index
Properties Index
Property Name
Properties
Enabled
Space.Host.ExecutingObject.AudioReactiveAnimation.Enabled = false--clicking this object will Enable/Disable it's Audio Reactive Animation component
thisGameObject = Space.Host.ExecutingObject
component = thisGameObject.AudioReactiveAnimation
OnClick = function()
component.Enabled = not component.Enabled
end
thisGameObject.AddClickable()
thisGameObject.Clickable.OnClick(OnClick)