C# Class UnityPlatformer.TestInputDown

Input for automated tests
Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: llafuente/unity-platformer

Public Methods

Method Description
OnInstancePrefab ( InstancePrefab prefab ) : void

Listen InstancePrefab SendMessage and start logic

Method Details

OnInstancePrefab() public method

Listen InstancePrefab SendMessage and start logic
public OnInstancePrefab ( InstancePrefab prefab ) : void
prefab InstancePrefab
return void