|
const string | IDLE = "Idle" |
|
const string | WALK = "Walk" |
|
const string | PUNCH1 = "Punch 1" |
|
const string | PUNCH2 = "Punch 2" |
|
const string | PUNCH3 = "Punch 3" |
|
◆ AttackRaycast()
void PlayerController.AttackRaycast |
( |
| ) |
|
◆ ChangeAnimationState()
void PlayerController.ChangeAnimationState |
( |
string | newState | ) |
|
◆ HitTarget()
void PlayerController.HitTarget |
( |
RaycastHit | hit | ) |
|
◆ PlayAnimation()
void PlayerController.PlayAnimation |
( |
string | newState | ) |
|
◆ SetAnimations()
void PlayerController.SetAnimations |
( |
| ) |
|
◆ SetCurrentMagicWeapon()
◆ SetCurrentWeapon()
◆ UnequipWeapon()
void PlayerController.UnequipWeapon |
( |
| ) |
|
◆ animator
Animator PlayerController.animator |
◆ audioSource
AudioSource PlayerController.audioSource |
◆ currentMagicWeapon
◆ currentWeapon
◆ exitInventoryButton
Button PlayerController.exitInventoryButton |
◆ firstPersonController
◆ gameOverScreen
GameObject PlayerController.gameOverScreen |
◆ IDLE
const string PlayerController.IDLE = "Idle" |
|
static |
◆ mapCamera
GameObject PlayerController.mapCamera |
◆ OnInventoryClosed
UnityAction PlayerController.OnInventoryClosed |
◆ pauseScreen
GameObject PlayerController.pauseScreen |
◆ playerEquipment
◆ playerInventory
GameObject PlayerController.playerInventory |
◆ playerOrientation
Transform PlayerController.playerOrientation |
◆ playerRessource
◆ PUNCH1
const string PlayerController.PUNCH1 = "Punch 1" |
|
static |
◆ PUNCH2
const string PlayerController.PUNCH2 = "Punch 2" |
|
static |
◆ PUNCH3
const string PlayerController.PUNCH3 = "Punch 3" |
|
static |
◆ punchAudioClip
AudioClip PlayerController.punchAudioClip |
◆ punchDamage
float PlayerController.punchDamage = 5f |
◆ punchRange
float PlayerController.punchRange = 1f |
◆ punchSwingAudioClip
AudioClip PlayerController.punchSwingAudioClip |
◆ timeBetweenAttack
float PlayerController.timeBetweenAttack = 2.5f |
◆ WALK
const string PlayerController.WALK = "Walk" |
|
static |
◆ weaponHolderPosition
Transform PlayerController.weaponHolderPosition |
The documentation for this class was generated from the following file: