C# Класс GunnerClass, DefendAman

Наследование: RangedClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FOVCone DynamicLight,
FOVConeHidden DynamicLight,
chargeTime float
endingAtkRatio float
holdTime float
maxRatio float
startingAtkRatio float
targetConeAngle float
targetConeRadius float
targetZoomOutRange float
zoomInTime float

Открытые методы

Метод Описание
basicAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float
specialAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float

Приватные методы

Метод Описание
ChargeAttack ( ) : IEnumerator
ReleaseAttack ( ) : IEnumerator
SendLaserPacket ( ) : void
Start ( ) : void
Update ( ) : void
fire ( ) : void
fireFromServer ( JSONClass packet ) : void
playspecialCharge ( int PlayerID ) : void
playspecialSound ( int PlayerID ) : void

Описание методов

basicAttack() публичный Метод

public basicAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float
dir Vector2
playerLoc Vector2
Результат float

specialAttack() публичный Метод

public specialAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float
dir Vector2
playerLoc Vector2
Результат float

Описание свойств

FOVCone публичное свойство

public DynamicLight, FOVCone
Результат DynamicLight,

FOVConeHidden публичное свойство

public DynamicLight, FOVConeHidden
Результат DynamicLight,

chargeTime публичное свойство

public float chargeTime
Результат float

endingAtkRatio публичное свойство

public float endingAtkRatio
Результат float

holdTime публичное свойство

public float holdTime
Результат float

maxRatio публичное свойство

public float maxRatio
Результат float

startingAtkRatio публичное свойство

public float startingAtkRatio
Результат float

targetConeAngle публичное свойство

public float targetConeAngle
Результат float

targetConeRadius публичное свойство

public float targetConeRadius
Результат float

targetZoomOutRange публичное свойство

public float targetZoomOutRange
Результат float

zoomInTime публичное свойство

public float zoomInTime
Результат float