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

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.

主站蜘蛛池模板: 沛县| 宁武县| 屏东市| 布拖县| 佛冈县| 安平县| 怀来县| 沾益县| 漳州市| 兴城市| 洛浦县| 广河县| 化州市| 潜山县| 湛江市| 合水县| 海安县| 兴化市| 凤冈县| 搜索| 广德县| 和林格尔县| 曲松县| 乌苏市| 商洛市| 金坛市| 苏尼特右旗| 南华县| 革吉县| 游戏| 涟水县| 克拉玛依市| 沅江市| 福清市| 太原市| 扎囊县| 湖南省| 万盛区| 海南省| 祁门县| 礼泉县|