C# Class ProjectStorms.PirateBaseIdentity

This script keeps track of the pirate base and identity - checks current score and tags.
Inheritance: UnityEngine.MonoBehaviour
显示文件 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_oe property

public DetectFallingPassenger,ProjectStorms baseTriggerZone
return DetectFallingPassenger

demoColour public_oe property

public Color,UnityEngine demoColour
return UnityEngine.Color

dropZoneAlpha public_oe property

public float dropZoneAlpha
return float

dropzoneRenderer public_oe property

public Renderer,UnityEngine dropzoneRenderer
return UnityEngine.Renderer