C# Class ShellShock.PlayerActions

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: GREEDYHD/ShellShock Class Usage Examples

Public Properties

Property Type Description
ballObj UnityEngine.GameObject
isBallin bool
playerScript ShellShock.Player
weaponNumber int

Public Methods

Method Description
PlayerRender ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

PlayerRender() public method

public PlayerRender ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ballObj public property

public GameObject,UnityEngine ballObj
return UnityEngine.GameObject

isBallin public property

public bool isBallin
return bool

playerScript public property

public ShellShock.Player playerScript
return ShellShock.Player

weaponNumber public property

public int weaponNumber
return int