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