📄 amover.h
字号:
/*=============================================================================
AMover.h: Class functions residing in the AMover class.
Copyright 1997-1999 Epic Games, Inc. All Rights Reserved.
=============================================================================*/
// Constructors.
AMover();
// UObject interface.
void PostLoad();
void PostEditChange();
// AActor interface.
void Spawned();
void PostEditMove();
void PreRaytrace();
void PostRaytrace();
// ABrush interface.
virtual void SetWorldRaytraceKey();
virtual void SetBrushRaytraceKey();
/*-----------------------------------------------------------------------------
The End.
-----------------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -