C# Класс TamPlayerAttack, kaijurising

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

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

Свойство Тип Описание
KAIJU_TYPE ATTACK_KAIJU_TYPE
attackCenter GameObject
attackDamage float
attackRadius float
breathCenter Transform
delay float
duration float
falsolProjectile GameObject
fireRate float
pulse PulseButton,
specialDamage float
specialTimer float
tags string[]
tendrilDelay float
tendrilRadius float

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

Метод Описание
checkCanSpecial ( ) : bool
normalAttack ( ) : void
specialAttack ( ) : void
timedNormalAttack ( float duration ) : void

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

Метод Описание
Cmd_detectMultiplePlayers ( float damage, float specialRadius ) : void
Cmd_detectObjects ( Vector3 center, float radius, float damage ) : void
Cmd_detectPlayers ( float damage, float specialRadius ) : void
Cmd_falsolSpecial ( ) : void
Start ( ) : void
dealDamageTowardsBuildings ( GameObject collidedObject ) : void
delaySpawn ( float delay, float damage, GameObject enemy ) : IEnumerator
fireBreath ( float duration, float fireRate, float delay ) : IEnumerator
specialCoolDown ( ) : IEnumerator
timedAttack ( float duration ) : IEnumerator

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

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

public checkCanSpecial ( ) : bool
Результат bool

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

public normalAttack ( ) : void
Результат void

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

public specialAttack ( ) : void
Результат void

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

public timedNormalAttack ( float duration ) : void
duration float
Результат void

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

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

public ATTACK_KAIJU_TYPE KAIJU_TYPE
Результат ATTACK_KAIJU_TYPE

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

public GameObject attackCenter
Результат GameObject

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

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

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

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

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

public Transform breathCenter
Результат Transform

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

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

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

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

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

public GameObject falsolProjectile
Результат GameObject

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

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

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

public PulseButton, pulse
Результат PulseButton,

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

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

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

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

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

public string[] tags
Результат string[]

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

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

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

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