C# Class UnityPlatformer.Test.TestCharacter

Afficher le fichier Open project: llafuente/unity-platformer Class Usage Examples

Méthodes publiques

Свойство Type Description
charObj UnityEngine.GameObject
character Character
damage UnityPlatformer.Damage
dealBox2D UnityEngine.BoxCollider2D
dealHitBox UnityPlatformer.HitBox
enterBox2D UnityEngine.BoxCollider2D
enterHitBox UnityPlatformer.HitBox
health UnityPlatformer.CharacterHealth
onDamageCalled bool
onDeathCalled bool
onGameOverCalled bool
onHealCalled bool
onHurtCalled bool
onImmunityCalled bool
onInjuredCalled bool
onInvulnerabilityEndCalled bool
onInvulnerabilityStartCalled bool
onMaxHealthCalled bool
onRespawnCalled bool
recieveBox2D UnityEngine.BoxCollider2D
recieveHitBox UnityPlatformer.HitBox

Méthodes publiques

Méthode Description
ResetCallbacks ( ) : void
TestCharacter ( string name ) : System

Method Details

ResetCallbacks() public méthode

public ResetCallbacks ( ) : void
Résultat void

TestCharacter() public méthode

public TestCharacter ( string name ) : System
name string
Résultat System

Property Details

charObj public_oe property

public GameObject,UnityEngine charObj
Résultat UnityEngine.GameObject

character public_oe property

public Character character
Résultat Character

damage public_oe property

public Damage,UnityPlatformer damage
Résultat UnityPlatformer.Damage

dealBox2D public_oe property

public BoxCollider2D,UnityEngine dealBox2D
Résultat UnityEngine.BoxCollider2D

dealHitBox public_oe property

public HitBox,UnityPlatformer dealHitBox
Résultat UnityPlatformer.HitBox

enterBox2D public_oe property

public BoxCollider2D,UnityEngine enterBox2D
Résultat UnityEngine.BoxCollider2D

enterHitBox public_oe property

public HitBox,UnityPlatformer enterHitBox
Résultat UnityPlatformer.HitBox

health public_oe property

public CharacterHealth,UnityPlatformer health
Résultat UnityPlatformer.CharacterHealth

onDamageCalled public_oe property

public bool onDamageCalled
Résultat bool

onDeathCalled public_oe property

public bool onDeathCalled
Résultat bool

onGameOverCalled public_oe property

public bool onGameOverCalled
Résultat bool

onHealCalled public_oe property

public bool onHealCalled
Résultat bool

onHurtCalled public_oe property

public bool onHurtCalled
Résultat bool

onImmunityCalled public_oe property

public bool onImmunityCalled
Résultat bool

onInjuredCalled public_oe property

public bool onInjuredCalled
Résultat bool

onInvulnerabilityEndCalled public_oe property

public bool onInvulnerabilityEndCalled
Résultat bool

onInvulnerabilityStartCalled public_oe property

public bool onInvulnerabilityStartCalled
Résultat bool

onMaxHealthCalled public_oe property

public bool onMaxHealthCalled
Résultat bool

onRespawnCalled public_oe property

public bool onRespawnCalled
Résultat bool

recieveBox2D public_oe property

public BoxCollider2D,UnityEngine recieveBox2D
Résultat UnityEngine.BoxCollider2D

recieveHitBox public_oe property

public HitBox,UnityPlatformer recieveHitBox
Résultat UnityPlatformer.HitBox