Property | Type | Description | |
---|---|---|---|
cameraTransform | Transform | ||
gameDirector | GameDirector |
Method | Description | |
---|---|---|
AddPlayerCharacter ( PlayerCharacter, playerCharacter ) : void |
Adds the player character to AllPlayerCharacters.
|
Method | Description | |
---|---|---|
Awake ( ) : void | ||
GetColor ( ) : Color |
Gets the character color.
|
|
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
PollGUIKeys ( ) : void |
Called by the owning client from the InputPoller.Poll function within a subclass to respond to keystrokes.
|
|
Start ( ) : void | ||
Update ( ) : void | ||
UpdateGunAction ( ) : void |
Called by the owning client from the InputPoller.Poll function within a subclass to update the player's current weapon.
|
public static AddPlayerCharacter ( PlayerCharacter, playerCharacter ) : void | ||
playerCharacter | PlayerCharacter, | /// Player character. /// |
return | void |