C# Class TeleporterScript, astronaut

Inheritance: MonoBehaviour
Datei anzeigen Open project: pmarinr/astronaut Class Usage Examples

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