浏览代码

Updated BoolEventChannelSO Summary

/devlogs-3-input
Amel Negra 4 年前
当前提交
03b661ec
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      UOP1_Project/Assets/Scripts/Events/ScriptableObjects/BoolEventChannelSO.cs

4
UOP1_Project/Assets/Scripts/Events/ScriptableObjects/BoolEventChannelSO.cs


using UnityEngine;
/// <summary>
/// This class is used for Events that have one int argument.
/// Example: An Achievement unlock event, where the int is the Achievement ID.
/// This class is used for Events that have a bool argument.
/// Example: An event to toggle a UI interface
/// </summary>
[CreateAssetMenu(menuName = "Events/Bool Event Channel")]

正在加载...
取消
保存