Added Unity project files
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
|
||||
using UnityEngine;
|
||||
|
||||
namespace VRC.Udon
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
internal class OnRenderObjectProxy : AbstractUdonBehaviourEventProxy
|
||||
{
|
||||
private void OnRenderObject()
|
||||
{
|
||||
EventReceiver.ProxyOnRenderObject();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user