C# Class WebShooter, WorldsofREM

Inheritance: MonoBehaviour
Afficher le fichier Open project: jmkmoore/WorldsofREM Class Usage Examples

Méthodes publiques

Свойство Type Description
gravity float
groundDamping float
inAirDamping float
playTimer float
runSpeed float
shotCooldown float
shotTimer float
webBulletPrefab GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
onControllerCollider ( RaycastHit2D hit ) : void
onTriggerEnterEvent ( Collider2D col ) : void
onTriggerExitEvent ( Collider2D col ) : void
shootWeb ( float direction ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

onControllerCollider() public méthode

public onControllerCollider ( RaycastHit2D hit ) : void
hit UnityEngine.RaycastHit2D
Résultat void

onTriggerEnterEvent() public méthode

public onTriggerEnterEvent ( Collider2D col ) : void
col UnityEngine.Collider2D
Résultat void

onTriggerExitEvent() public méthode

public onTriggerExitEvent ( Collider2D col ) : void
col UnityEngine.Collider2D
Résultat void

shootWeb() public méthode

public shootWeb ( float direction ) : void
direction float
Résultat void

Property Details

gravity public_oe property

public float gravity
Résultat float

groundDamping public_oe property

public float groundDamping
Résultat float

inAirDamping public_oe property

public float inAirDamping
Résultat float

playTimer public_oe property

public float playTimer
Résultat float

runSpeed public_oe property

public float runSpeed
Résultat float

shotCooldown public_oe property

public float shotCooldown
Résultat float

shotTimer public_oe property

public float shotTimer
Résultat float

webBulletPrefab public_oe property

public GameObject webBulletPrefab
Résultat GameObject