C# Class playerWeaponBtn, Main-Working-Repository

Inheritance: MonoBehaviour
Exibir arquivo Open project: GCSShatteredSpace/Main-Working-Repository

Public Properties

Property Type Description
myPlayer player,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
display ( ) : void
getWeaponID ( ) : int
isChosen ( ) : bool
reveal ( ) : void
setChosen ( bool value ) : void
setMyPlayer ( player, p ) : void
setWpnID ( int wpnID ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

display() public method

public display ( ) : void
return void

getWeaponID() public method

public getWeaponID ( ) : int
return int

isChosen() public method

public isChosen ( ) : bool
return bool

reveal() public method

public reveal ( ) : void
return void

setChosen() public method

public setChosen ( bool value ) : void
value bool
return void

setMyPlayer() public method

public setMyPlayer ( player, p ) : void
p player,
return void

setWpnID() public method

public setWpnID ( int wpnID ) : void
wpnID int
return void

Property Details

myPlayer public_oe property

public player, myPlayer
return player,