C# Class FiringHandler, STR

Inheritance: InputHandler
Show file Open project: jamiehenson/STR Class Usage Examples

Public Properties

Property Type Description
fireDepth float
model string
rotated bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
activateCharacter ( int num ) : void
playerModel ( string s ) : void

Private Methods

Method Description
PlayNetworkShot ( string wDir, int univ ) : void
fireAnimation ( int n ) : void
fireWeapon ( Vector3 lookAt, Vector3 fireDirection, Vector3 spawnPosition, int bulletType ) : void
setupWeapon ( NetworkViewID id, Vector3 lookAt, Vector3 forceToApply, int bulletType ) : void
universeN ( ) : int

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

activateCharacter() public method

public activateCharacter ( int num ) : void
num int
return void

playerModel() public method

public playerModel ( string s ) : void
s string
return void

Property Details

fireDepth public property

public float fireDepth
return float

model public property

public string model
return string

rotated public property

public bool rotated
return bool