Skip to content

Instantly share code, notes, and snippets.

View JCxYIS's full-sized avatar
😭
😭 うおおおおああああああ!!!

JCxYIS JCxYIS

😭
😭 うおおおおああああああ!!!
View GitHub Profile
[
300474,
177013,
271777,
298605,
316874,
297012,
300496,
79563,
313961,
/// by JCxYIS
/// 20220406
using UnityEngine;
/// <summary>
/// 繼承此介面以監聽物件點擊事件
/// </summary>
public interface IClickable
{
@JCxYIS
JCxYIS / ImeDelegateImpl.cs
Last active May 2, 2022 16:09
PicoXR 鍵盤工具插件:使其支援 Input Field (見 https://hackmd.io/@jcxyisncu1102/steamvr-to-pico/%2FUyRsBE57Sw-JtpjEBhz_6g )
/// Modded by JCxYIS
/// 20220502
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using System;
using UnityEngine.EventSystems;
/// Modded by JCxYIS
/// 20220328
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using System;
using UnityEngine.EventSystems;
using Pvr_UnitySDKAPI;