C# Class MultiPlayer.NewAtkRange

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: tommai78101/Multiplier Class Usage Examples

Méthodes publiques

Свойство Type Description
attackRange UnityEngine.SphereCollider
colliderBody UnityEngine.Rigidbody
detectedUnits List
parent NewGameUnit

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other UnityEngine.Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other UnityEngine.Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

attackRange public_oe property

public SphereCollider,UnityEngine attackRange
Résultat UnityEngine.SphereCollider

colliderBody public_oe property

public Rigidbody,UnityEngine colliderBody
Résultat UnityEngine.Rigidbody

detectedUnits public_oe property

public List detectedUnits
Résultat List

parent public_oe property

public NewGameUnit,MultiPlayer parent
Résultat NewGameUnit