C# Class ProjectStorms.PirateBaseIdentity

This script keeps track of the pirate base and identity - checks current score and tags.
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: patferguson/Storms-Project Class Usage Examples

Méthodes publiques

Свойство Type Description
baseTriggerZone DetectFallingPassenger
demoColour UnityEngine.Color
dropZoneAlpha float
dropzoneRenderer UnityEngine.Renderer

Méthodes publiques

Méthode Description
ResetPirateBase ( int a_baseScore ) : void
Start ( ) : void
Update ( ) : void

Method Details

ResetPirateBase() public méthode

public ResetPirateBase ( int a_baseScore ) : void
a_baseScore int
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

baseTriggerZone public_oe property

public DetectFallingPassenger,ProjectStorms baseTriggerZone
Résultat DetectFallingPassenger

demoColour public_oe property

public Color,UnityEngine demoColour
Résultat UnityEngine.Color

dropZoneAlpha public_oe property

public float dropZoneAlpha
Résultat float

dropzoneRenderer public_oe property

public Renderer,UnityEngine dropzoneRenderer
Résultat UnityEngine.Renderer