官术网_书友最值得收藏!

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include directive".

A block of code is set as follows:

#pragma once

#include "GameFramework/Actor.h"
#include "Collectable.generated.h"

UCLASS()
class PACMAN_API ACollectable : public AActor
{
  GENERATED_BODY()
  
public:
  // Sets default values for this actor's properties
  ACollectable();

  // Called when the game starts or when spawned
  virtual void BeginPlay() override;
  
  // Called every frame
  virtual void Tick( float DeltaSeconds ) override;
};

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Click on the Blueprints button in the Level Editor toolbar."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 茌平县| 乐清市| 建瓯市| 辰溪县| 松滋市| 徐州市| 荃湾区| 兰溪市| 图片| 黎城县| 安龙县| 和龙市| 五大连池市| 红原县| 辉县市| 江陵县| 崇仁县| 台东县| 安宁市| 通州区| 安阳县| 武平县| 随州市| 阳谷县| 喜德县| 榕江县| 调兵山市| 中卫市| 洱源县| 富川| 太仓市| 栾城县| 嘉鱼县| 广饶县| 荃湾区| 临沭县| 盖州市| 三都| 荔波县| 昆明市| 乌什县|