新建指令碼屬性:
//==userscript==
//@name new userscript 指令碼名
//@namespace 指令碼主頁
//@version 0.1 版本
//@description try to take over the world! 介紹
//@author you 作者
//@match 匹配到什麼頁面執行此指令碼
//@grant none 需求許可權
//==/userscript==
(function
() )();
拓展:
//
除此之外還有很多,具體可參考官方文件。
Tampermonkey 油猴指令碼開發 入門
tampermonkey 外掛程式是可以向 html 插入 js 來新增任何功能的外掛程式,支援主流 瀏覽器 火狐 filefox 谷歌 chrome 向 網頁插入自定義的js 的方法有好多種 1,做個透明 寬頻到期之類的,就是這樣做的,缺點 針對 http 有效,https 難度較大。需要完全控制...
VRTK Pointer指令碼屬性詳解
enableteleport 是否啟用瞬移,勾選的話還是不能瞬移的。還需要其他元件進行瞬移,後續將會補充。targetlistpolicy 用來忽略或者包含指定標籤 層 指令碼等物體。activationbutton 用來啟用射線的按鈕,例如圓盤按下 圓盤觸控等。holdbuttontoactiva...
指令碼屬性修飾詞
1.header health settings 表示在下面字段新增標題 public int health 0 2.private int age 40 這個私有欄位不被序列化 serializefield 強制unity序列化的乙個字段,即使是私有的,也會被序列化 private bool ha...