公告版位
需要找什麼嗎? 左邊分類或許可以幫助你...

Unity (64bit) - Test3.unity - New Unity Project 55 - PC, Mac & Linux Standalone DX11  


// 回傳 Color32 版本

using UnityEngine;
using System.Collections;

public class Test3 : MonoBehaviour {

[Range(-3.14f, 3.14f)]
public float rotate = 0;

黃彥霖 發表在 痞客邦 留言(0) 人氣()

基本版:

CPU   

using UnityEngine;
using System.Collections;
using System.Text.RegularExpressions;
using System;
using System.Text;

黃彥霖 發表在 痞客邦 留言(0) 人氣()

RAM    


using UnityEngine;
using System.Collections;

public class RamTest : MonoBehaviour {

    void Start () {
        InvokeRepeating ("Refresh", 0, 1);
    }

黃彥霖 發表在 痞客邦 留言(0) 人氣()

工具列會出現 Loli/Moe 選項,點下去會列印 Moe

執行結果:

Unity - A.unity - New Unity Project 48 - PC, Mac & Linux Standalone DX11

Unity - A.unity - New Unity Project 48 - PC, Mac & Linux Standalone DX11_2  

// 方法一定要宣告成 static 才行

using UnityEngine;

黃彥霖 發表在 痞客邦 留言(0) 人氣()

PrtScr capture  

Java Server (會使用 org.json):

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.ServerSocket;

黃彥霖 發表在 痞客邦 留言(0) 人氣()