HKI Core
SceneAttribute.cs
Go to the documentation of this file.
1 using UnityEngine;
2 
3 namespace HKI.Core.Scenes
4 {
12  public class SceneAttribute : PropertyAttribute
13  {
14 
15  }
16 }
This PropertyAttribute is for using the scene object like other objects in Unity and draged to a Prop...