Unity的C#編程教程_54_靜態類型 Static Types 詳解及應用練習
- 2020 年 10 月 6 日
- AI
C# Static Types 1.Working with Static Types 2.Practi …
Continue ReadingC# Static Types 1.Working with Static Types 2.Practi …
Continue ReadingClass Inheritence 1. Class Inheritence 2. Bank Syste …
Continue ReadingC# Classes for Behaviours Custom Classes 1. Custom Cla …
Continue ReadingChange Position Four Ways 在 unity 中改變遊戲對象的位置,我們需要使用 tranform …
Continue ReadingChallenge: Pass the Object with Color 任務說明: 設計一個改變方塊顏色的方法 當按 …
Continue Reading3. Return Type Functions 如何獲取方法中的數據,或者如何讓方法返回一些運算結果呢? 那就不能用 …
Continue Reading2. Method Parameters 我們使用方法,來創建模組化的編程,這樣程式看起來簡潔,思路也更為清晰。而不是把 …
Continue ReadingC# Functions and Methods Overview 1. Functions vs. Methods 函 …
Continue Reading任務說明: 設定一個數組存放 3 個 cube 設定一個數組存放 3 種顏色 每次按下空格鍵,隨機改變 3 個 cube …
Continue Reading數組除了用來存儲字元串,數字,還能用來存儲 unity 中的各種對象 比如我們可以把一些 3d 方塊放進一個數組進行管理 …
Continue Reading