- 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
- Cortex-M3 + μC/OS-II嵌入式系統(tǒng)開發(fā)入門與應用
- Instant uTorrent
- 龍芯應用開發(fā)標準教程
- 基于Proteus和Keil的C51程序設計項目教程(第2版):理論、仿真、實踐相融合
- 極簡Spring Cloud實戰(zhàn)
- Linux運維之道(第2版)
- 電腦組裝、維護、維修全能一本通(全彩版)
- 嵌入式系統(tǒng)設計教程
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 微服務分布式架構基礎與實戰(zhàn):基于Spring Boot + Spring Cloud
- 固態(tài)存儲:原理、架構與數(shù)據(jù)安全
- 單片機原理及應用
- Instant Website Touch Integration
- 基于S5PV210處理器的嵌入式開發(fā)完全攻略