C# Class Patrol, astrochimps

Inheritance: MonoBehaviour
Afficher le fichier Open project: arcoelho01/astrochimps Class Usage Examples

Méthodes publiques

Свойство Type Description
detectAlert GameObject
enemyAround bool
markerPatrol GameObject
patrolIndex int
patrolMarkers GameObject[]
patrolPointsValid bool
patrolSet bool
patrolTarget Vector3[]
previousPatrolTarget Vector3[]
setNewPatrol bool

Méthodes publiques

Méthode Description
Alerta ( ) : void
Awake ( ) : void
ChoicePatrol ( int x ) : void
Detecta ( ) : void
PatrolSet ( ) : void
Patrulha ( ) : void
RevertPatrol ( ) : void
Start ( ) : void
StartPatrol ( ) : void
Update ( ) : void

Private Methods

Méthode Description
LinePatrol ( ) : void
SquarePatrol ( ) : void
TrianglePatrol ( ) : void

Method Details

Alerta() public méthode

public Alerta ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

ChoicePatrol() public méthode

public ChoicePatrol ( int x ) : void
x int
Résultat void

Detecta() public méthode

public Detecta ( ) : void
Résultat void

PatrolSet() public méthode

public PatrolSet ( ) : void
Résultat void

Patrulha() public méthode

public Patrulha ( ) : void
Résultat void

RevertPatrol() public méthode

public RevertPatrol ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartPatrol() public méthode

public StartPatrol ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

detectAlert public_oe property

public GameObject detectAlert
Résultat GameObject

enemyAround public_oe property

public bool enemyAround
Résultat bool

markerPatrol public_oe property

public GameObject markerPatrol
Résultat GameObject

patrolIndex public_oe property

public int patrolIndex
Résultat int

patrolMarkers public_oe property

public GameObject[] patrolMarkers
Résultat GameObject[]

patrolPointsValid public_oe property

public bool patrolPointsValid
Résultat bool

patrolSet public_oe property

public bool patrolSet
Résultat bool

patrolTarget public_oe property

public Vector3[] patrolTarget
Résultat Vector3[]

previousPatrolTarget public_oe property

public Vector3[] previousPatrolTarget
Résultat Vector3[]

setNewPatrol public_oe property

public bool setNewPatrol
Résultat bool