C# Class GunnerClass, DefendAman

Inheritance: RangedClass
Afficher le fichier Open project: CarsonRoscoe/DefendAman

Méthodes publiques

Свойство Type Description
FOVCone DynamicLight,
FOVConeHidden DynamicLight,
chargeTime float
endingAtkRatio float
holdTime float
maxRatio float
startingAtkRatio float
targetConeAngle float
targetConeRadius float
targetZoomOutRange float
zoomInTime float

Méthodes publiques

Méthode Description
basicAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float
specialAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float

Private Methods

Méthode Description
ChargeAttack ( ) : IEnumerator
ReleaseAttack ( ) : IEnumerator
SendLaserPacket ( ) : void
Start ( ) : void
Update ( ) : void
fire ( ) : void
fireFromServer ( JSONClass packet ) : void
playspecialCharge ( int PlayerID ) : void
playspecialSound ( int PlayerID ) : void

Method Details

basicAttack() public méthode

public basicAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float
dir Vector2
playerLoc Vector2
Résultat float

specialAttack() public méthode

public specialAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float
dir Vector2
playerLoc Vector2
Résultat float

Property Details

FOVCone public_oe property

public DynamicLight, FOVCone
Résultat DynamicLight,

FOVConeHidden public_oe property

public DynamicLight, FOVConeHidden
Résultat DynamicLight,

chargeTime public_oe property

public float chargeTime
Résultat float

endingAtkRatio public_oe property

public float endingAtkRatio
Résultat float

holdTime public_oe property

public float holdTime
Résultat float

maxRatio public_oe property

public float maxRatio
Résultat float

startingAtkRatio public_oe property

public float startingAtkRatio
Résultat float

targetConeAngle public_oe property

public float targetConeAngle
Résultat float

targetConeRadius public_oe property

public float targetConeRadius
Résultat float

targetZoomOutRange public_oe property

public float targetZoomOutRange
Résultat float

zoomInTime public_oe property

public float zoomInTime
Résultat float