NextExampleTrigger Class

Summary

Loads the next sample scene when PlatformerGameKit.NextExampleTrigger.OnTriggerEnter2D(UnityEngine.Collider2D) is caused by the player.
Assembly
PlatformerGameKit.dll
Namespace
PlatformerGameKit
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["NextExampleTrigger"] class Type type-node

Syntax

[AddComponentMenu(Strings.MenuPrefix + "Next Example Trigger")]
[PlatformerHelpUrl(typeof(NextExampleTrigger))]
public class NextExampleTrigger : MonoBehaviour

Attributes

Type Description
AddComponentMenu
PlatformerHelpUrlAttribute [Assert-Conditional] A UnityEngine.HelpURLAttribute which points to Platformer Game Kit's documentation.