-
Notifications
You must be signed in to change notification settings - Fork 15
Visual Script Nodes
- AkLoadBank
- AkUnloadBank
- AkPostEvent
- AkPostEvent2D
- AkSet3DPosition
- AkSet2DPosition
- AkGetRTPCValue
- AkSetRTPCValue
- AkSetState
- AkSetSwitch
The AkLoadBank visual script node loads the given Bank
(selected in the inspector).
The AkUnloadBank visual script node unloads the given Bank
(selected in the inspector).
The AkPostEvent visual script node posts the given Event
at the specified Transform
position.
The AkPostEvent2D visual script node posts the given Event
at the specified Transform2D
position.
The AkSet3DPosition visual script node sets the 3D position of the connected Game Object
with the given Transform
.
The AkSet2DPosition visual script node sets the 2D position of the connected Game Object
with the given Transform2D
.
The AkGetRTPCValue visual script node gets the given RTPC value for the selected Game Parameter on the connected Game Object
.
The AkSetRTPCValue visual script node sets the given RTPC value for the specified Game Parameter (selected in the inspector) on the connected Game Object
.
The AkSetState visual script node sets the given State Value
of the State Group
. Both can be set up in the inspector.
The AkSetSwitch visual script node sets the given Switch Value
of the Switch Group
on the connected Game Object
.
- 4.1+
- 3.5
- Getting Started
- Tutorials
- Exporting projects
- GDNative Interfaces
- Custom Nodes
- Custom addons
- Wwise version upgrade
- Roadmap