C# Class HorizontalStringPlates, Adagio

Inheritance: MonoBehaviour
Exibir arquivo Open project: technicalvgda/Adagio

Public Properties

Property Type Description
horizontalPuzzle GameObject
plateName string

Public Methods

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

Private Methods

Method Description
DelayButton ( ) : IEnumerator

Method Details

OnTriggerEnter2D() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

horizontalPuzzle public_oe property

public GameObject horizontalPuzzle
return GameObject

plateName public_oe property

public string plateName
return string