You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
//depot/UE4/Engine/Documentation/...
to //UE4/Main/Engine/Documentation/...
[CL 3032506 by Jeff Wilson in Main branch]
77 lines
1.9 KiB
Plaintext
77 lines
1.9 KiB
Plaintext
INTSourceChangelist:2620109
|
|
Availability:Public
|
|
Title:组件和碰撞
|
|
Crumbs:%ROOT%, GettingStarted, Programming/Tutorials
|
|
Description:了解组件如何使 Pawn 形成物理互动、使用粒子特效等。
|
|
version:4.9
|
|
|
|
[VAR:Topic]
|
|
[OBJECT:Topic]
|
|
[PARAM:image]
|
|

|
|
[/PARAM]
|
|
[PARAM:title]
|
|
%Programming\Tutorials\Components:title%
|
|
[/PARAM]
|
|
[PARAM:path]
|
|
[RELATIVE:Programming\Tutorials\Components]
|
|
[/PARAM]
|
|
[PARAM:description]
|
|
%Programming\Tutorials\Components:description%
|
|
[/PARAM]
|
|
[/OBJECT]
|
|
[/VAR]
|
|
|
|
[VAR:TopicCompact]
|
|
[OBJECT:TopicCompact]
|
|
[PARAM:image]
|
|

|
|
[/PARAM]
|
|
[PARAM:title]
|
|
%Programming\Tutorials\Components:title%
|
|
[/PARAM]
|
|
[PARAM:path]
|
|
[RELATIVE:Programming\Tutorials\Components]
|
|
[/PARAM]
|
|
[PARAM:description]
|
|
%Programming\Tutorials\Components:description%
|
|
[/PARAM]
|
|
[/OBJECT]
|
|
[/VAR]
|
|
|
|
此教程为您展示如何创建组件,将它们放入层级,在游戏进程中对它们进行控制,并使用它们在包含立体物的世界场景中移动 Pawn。
|
|
|
|
[OBJECT:EmbeddedVideo]
|
|
[PARAMLITERAL:width]
|
|
640
|
|
[/PARAMLITERAL]
|
|
[PARAMLITERAL:height]
|
|
360
|
|
[/PARAMLITERAL]
|
|
[PARAMLITERAL:videoid]
|
|
SVwK5FJEfwU
|
|
[/PARAMLITERAL]
|
|
[/OBJECT]
|
|
|
|
[OBJECT:TopicButtonList]
|
|
[PARAM:icon]
|
|
(convert:false)
|
|
[/PARAM]
|
|
[PARAM:title]
|
|
步骤
|
|
[/PARAM]
|
|
[PARAM:description]
|
|
[/PARAM]
|
|
[PARAM:links]
|
|
* [](Programming\Tutorials\Components\1 "%Programming\Tutorials\Components\1:description%")
|
|
* [](Programming\Tutorials\Components\2 "%Programming\Tutorials\Components\2:description%")
|
|
* [](Programming\Tutorials\Components\3 "%Programming\Tutorials\Components\3:description%")
|
|
* [](Programming\Tutorials\Components\4 "%Programming\Tutorials\Components\4:description%")
|
|
* [](Programming\Tutorials\Components\5 "%Programming\Tutorials\Components\5:description%")
|
|
* [](Programming\Tutorials\Components\6 "%Programming\Tutorials\Components\6:description%")
|
|
[/PARAM]
|
|
[/OBJECT]
|
|
|
|
|
|
|