Kenity

Kesa with Unity.

Unity#事件驱动

June 9, 2018 Plain Text Kesa

来源: << Unity脚本设计 >>
看到了这句话:

(失败案例中)Update函数包含了大量的条件检测和相应操作
实际上, Update函数希望将时间处理和相应行为二合一
但是 实际结果则包含了某些冗余处理过程

Continue reading

有关自我拖延症的反思

June 8, 2018 Plain Text Kesa
江山易改本性难移

我知道的 我当然知道的 否则就不是拖延症了
对结果的明知和不作为是拖延症的症结所在 –本人
嗨 知道又怎样 还不是这样
看到一个 五分钟方法: 在有事情的时候管他三七二十一先干他妈的5分钟
试试吧

Continue reading

A Plain Markdown Post

December 30, 2016
This is a post written in plain Markdown (*.md) instead of R Markdown (*.Rmd). The major differences are: You cannot run any R code in a plain Markdown document, whereas in an R Markdown document, you can embed R code chunks (```{r}); A plain Markdown post is rendered through Blackfriday, and an R Markdown document is compiled by rmarkdown and Pandoc. There are many differences in syntax between Blackfriday’s Markdown and Pandoc’s Markdown. Continue reading
Older posts