C# Class ProjectStorms.PirateBaseIdentity

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

Public Properties

Property Type Description
baseTriggerZone DetectFallingPassenger
demoColour UnityEngine.Color
dropZoneAlpha float
dropzoneRenderer UnityEngine.Renderer

Public Methods

Method Description
ResetPirateBase ( int a_baseScore ) : void
Start ( ) : void
Update ( ) : void

Method Details

ResetPirateBase() public method

public ResetPirateBase ( int a_baseScore ) : void
a_baseScore int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

baseTriggerZone public property

public DetectFallingPassenger,ProjectStorms baseTriggerZone
return DetectFallingPassenger

demoColour public property

public Color,UnityEngine demoColour
return UnityEngine.Color

dropZoneAlpha public property

public float dropZoneAlpha
return float

dropzoneRenderer public property

public Renderer,UnityEngine dropzoneRenderer
return UnityEngine.Renderer