C# Class ShellShock.PlayerActions

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 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_oe property

public GameObject,UnityEngine ballObj
return UnityEngine.GameObject

isBallin public_oe property

public bool isBallin
return bool

playerScript public_oe property

public ShellShock.Player playerScript
return ShellShock.Player

weaponNumber public_oe property

public int weaponNumber
return int