C# Class Pablo_TeleporterScript, astronaut

Inheritance: MonoBehaviour
显示文件 Open project: pmarinr/astronaut

Public Properties

Property Type Description
T2 GameObject

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void

Method Details

OnTriggerEnter2D() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

T2 public_oe property

public GameObject T2
return GameObject