文件名称:lp-reactive-deprecated:这被合并到引擎中,而是使用内置引擎!
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-17 12:01:42
JavaScript
对LesserPanda具有React性(已弃用) 现在,Reactive已成为LesserPanda引擎的一部分! Reactive是基于LesserPanda引擎的React式编程插件。 例子 React变量 // Create a variable with default value 0 var myScore = game . R . variable ( 0 ) ; // Get current value console . log ( myScore . value ) ; // => 0 // Set new value myScore . value = 10 ; myScore . value += 10 ; // Listen to its changes myScore . onValue ( function ( v ) { if ( v > 100
【文件预览】:
lp-reactive-deprecated-master
----reactive.js(118KB)
----LICENSE(1KB)
----README.md(4KB)