C# Class BoilerSpace, CameraUnityProject

Inheritance: MonoBehaviour
Show file Open project: ConnerWestover/CameraUnityProject

Public Properties

Property Type Description
BlockedPassage GameObject
DT1 GameObject
DT2 GameObject
DT3 GameObject
platOnes GameObject[]
platTwo GameObject

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D hit ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D hit ) : void
hit UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

BlockedPassage public property

public GameObject BlockedPassage
return GameObject

DT1 public property

public GameObject DT1
return GameObject

DT2 public property

public GameObject DT2
return GameObject

DT3 public property

public GameObject DT3
return GameObject

platOnes public property

public GameObject[] platOnes
return GameObject[]

platTwo public property

public GameObject platTwo
return GameObject