C# Class BugScript, DarkDreams

Inheritance: MonoBehaviour
Afficher le fichier Open project: technicalvgda/DarkDreams Class Usage Examples

Méthodes publiques

Свойство Type Description
isMoving bool
speed float
timeMax float
timeMin float
touchedWall bool

Méthodes publiques

Méthode Description
FlipBug ( ) : void
OnTriggerEnter2D ( Collider2D col ) : void
Start ( ) : void
Update ( ) : void

Method Details

FlipBug() public méthode

public FlipBug ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

isMoving public_oe property

public bool isMoving
Résultat bool

speed public_oe property

public float speed
Résultat float

timeMax public_oe property

public float timeMax
Résultat float

timeMin public_oe property

public float timeMin
Résultat float

touchedWall public_oe property

public bool touchedWall
Résultat bool