Visual Script Nodes - alessandrofama/wwise-godot-integration GitHub Wiki
Visual Script Nodes List
- AkLoadBank
- AkUnloadBank
- AkPostEvent
- AkPostEvent2D
- AkSet3DPosition
- AkSet2DPosition
- AkGetRTPCValue
- AkSetRTPCValue
- AkSetState
- AkSetSwitch
AkLoadBank
Description
The AkLoadBank visual script node loads the given Bank
(selected in the inspector).
AkUnloadBank
Description
The AkUnloadBank visual script node unloads the given Bank
(selected in the inspector).
AkPostEvent
Description
The AkPostEvent visual script node posts the given Event
at the specified Transform
position.
AkPostEvent2D
Description
The AkPostEvent2D visual script node posts the given Event
at the specified Transform2D
position.
AkSet3DPosition
Description
The AkSet3DPosition visual script node sets the 3D position of the connected Game Object
with the given Transform
.
AkSet2DPosition
Description
The AkSet2DPosition visual script node sets the 2D position of the connected Game Object
with the given Transform2D
.
AkGetRTPCValue
Description
The AkGetRTPCValue visual script node gets the given RTPC value for the selected Game Parameter on the connected Game Object
.
AkSetRTPCValue
Description
The AkSetRTPCValue visual script node sets the given RTPC value for the specified Game Parameter (selected in the inspector) on the connected Game Object
.
AkSetState
Description
The AkSetState visual script node sets the given State Value
of the State Group
. Both can be set up in the inspector.
AkSetSwitch
Description
The AkSetSwitch visual script node sets the given Switch Value
of the Switch Group
on the connected Game Object
.