C# Class FiringHandler, STR

Inheritance: InputHandler
Afficher le fichier Open project: jamiehenson/STR Class Usage Examples

Méthodes publiques

Свойство Type Description
fireDepth float
model string
rotated bool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
activateCharacter ( int num ) : void
playerModel ( string s ) : void

Private Methods

Méthode 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 méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

activateCharacter() public méthode

public activateCharacter ( int num ) : void
num int
Résultat void

playerModel() public méthode

public playerModel ( string s ) : void
s string
Résultat void

Property Details

fireDepth public_oe property

public float fireDepth
Résultat float

model public_oe property

public string model
Résultat string

rotated public_oe property

public bool rotated
Résultat bool