You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
INTSourceChangelist:3782314
|
|
Availability:Public
|
|
Title:组件和碰撞
|
|
Crumbs:%ROOT%, GettingStarted, Programming/Tutorials
|
|
Description:了解组件如何使 Pawn 形成物理互动、使用粒子特效等。
|
|
version:4.9
|
|
type:how-to
|
|
type:landing
|
|
skilllevel:Intermediate
|
|
|
|
此教程为您展示如何创建组件,将它们放入层级,在游戏进程中对它们进行控制,并使用它们在包含立体物的世界场景中移动 Pawn。
|
|
|
|
[OBJECT:EmbeddedVideo]
|
|
[PARAMLITERAL:width]
|
|
640
|
|
[/PARAMLITERAL]
|
|
[PARAMLITERAL:height]
|
|
360
|
|
[/PARAMLITERAL]
|
|
[PARAMLITERAL:videoid]
|
|
SVwK5FJEfwU
|
|
[/PARAMLITERAL]
|
|
[/OBJECT]
|
|
|
|
(#Steps)
|
|
## 步骤
|
|
|
|
[REGION:buttonlist]
|
|
* [](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%")
|
|
[/REGION]
|
|
|
|
|
|
|
|
|