mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update Demo目录
Update Demo目录
This commit is contained in:
13
Assets/TEngine.Demo/Demo/TEngine.EntityDemo/LightEntity.cs
Normal file
13
Assets/TEngine.Demo/Demo/TEngine.EntityDemo/LightEntity.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using TEngine.Runtime;
|
||||
using TEngine.Runtime.Entity;
|
||||
using UnityEngine;
|
||||
|
||||
public class LightEntity:EntityLogicEx
|
||||
{
|
||||
protected override void OnShow(object userData)
|
||||
{
|
||||
base.OnShow(userData);
|
||||
|
||||
Log.Debug(userData.ToString());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user