- Unreal Development Kit Game Programming with UnrealScript:Beginner's Guide
- Rachel Cordone
- 153字
- 2021-08-27 11:59:10
Chapter 3. Understanding the Class Tree
Who is your daddy and what does he do?
In the last two chapters we've been using classes to write and test our code. But what is a class exactly? What is the importance of the class tree, why use one at all? In this chapter we're going to take a closer look at what it means when we say that UnrealScript is an object-oriented programming language.
In this chapter we will:
- Discuss the class tree and the principles of object-oriented programming
- Talk about inheritance and what it means to the class tree
- Use function overriding to change the behavior of our classes
- Talk about casting and how to use it on our classes
- Go over the different class properties that can be used
- Discuss the difference between Actors and Objects
Let's start by talking about classes, what they are and how to use them.
推薦閱讀
- Learning Cocos2d-x Game Development
- Raspberry Pi 3 Cookbook for Python Programmers
- Instant uTorrent
- 電腦維護(hù)與故障排除傻瓜書(Windows 10適用)
- 電腦軟硬件維修大全(實(shí)例精華版)
- Applied Unsupervised Learning with R
- 基于Proteus和Keil的C51程序設(shè)計(jì)項(xiàng)目教程(第2版):理論、仿真、實(shí)踐相融合
- 計(jì)算機(jī)應(yīng)用與維護(hù)基礎(chǔ)教程
- Mastering Adobe Photoshop Elements
- 電腦高級(jí)維修及故障排除實(shí)戰(zhàn)
- Internet of Things Projects with ESP32
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 新編電腦組裝與硬件維修從入門到精通
- Arduino項(xiàng)目案例:游戲開發(fā)
- Blender for Video Production Quick Start Guide