MovementKit
|
Functions | |
delegate void | RiverExplorer.Player.PlayerControl.PushToTalk (Facing PlayerFacing, Moving PlayerMoving, bool IsPressed) |
delegate void | RiverExplorer.Player.PlayerControl.TalkToComputer (Facing PlayerFacing, Moving PlayerMoving, bool IsPressed) |
delegate void RiverExplorer.Player.PlayerControl.PushToTalk | ( | Facing | PlayerFacing, |
Moving | PlayerMoving, | ||
bool | IsPressed ) |
#include <G:/Unity/AssetStoreProjects/MovementKit/Assets/RiverExplorer/PlayerControl/Scripts/PlayerControl.cs>
Delegate Voice command to global users, or when push to talk (PTT) is enabled.
PlayerFacing | The general direction the player is facing. |
PlayerMoving | The direction the player is moving. |
IsPressed | True while the control is pressed. |
delegate void RiverExplorer.Player.PlayerControl.TalkToComputer | ( | Facing | PlayerFacing, |
Moving | PlayerMoving, | ||
bool | IsPressed ) |
#include <G:/Unity/AssetStoreProjects/MovementKit/Assets/RiverExplorer/PlayerControl/Scripts/PlayerControl.cs>
Delegate Voice command to computer.
PlayerFacing | The direction the player is facing. |
PlayerMoving | The direction the player is moving. |
IsPressed | True while the control is pressed. |