C# Class Teleporter2Script, astronaut

Inheritance: MonoBehaviour
Show file Open project: pmarinr/astronaut

Public Properties

Property Type Description
T2 GameObject
enterTrans bool
teleport bool

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
teletrans ( ) : void

Method Details

OnTriggerEnter2D() public method

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

OnTriggerExit2D() public method

public OnTriggerExit2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

OnTriggerStay2D() public method

public OnTriggerStay2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

teletrans() public method

public teletrans ( ) : void
return void

Property Details

T2 public property

public GameObject T2
return GameObject

enterTrans public property

public bool enterTrans
return bool

teleport public property

public bool teleport
return bool