2016-06-29 09:53:20 -04:00
|
|
|
INTSourceChangelist:2620109
|
|
|
|
|
Availability:Public
|
|
|
|
|
Title:组件和碰撞
|
2015-07-09 18:48:16 -04:00
|
|
|
Crumbs:%ROOT%, GettingStarted, Programming/Tutorials
|
2016-06-29 09:53:20 -04:00
|
|
|
Description:了解组件如何使 Pawn 形成物理互动、使用粒子特效等。
|
|
|
|
|
version:4.9
|
2015-07-09 18:48:16 -04:00
|
|
|
|
|
|
|
|
[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]
|
|
|
|
|
|
2016-06-29 09:53:20 -04:00
|
|
|
此教程为您展示如何创建组件,将它们放入层级,在游戏进程中对它们进行控制,并使用它们在包含立体物的世界场景中移动 Pawn。
|
2015-07-09 18:48:16 -04:00
|
|
|
|
|
|
|
|
[OBJECT:EmbeddedVideo]
|
|
|
|
|
[PARAMLITERAL:width]
|
|
|
|
|
640
|
|
|
|
|
[/PARAMLITERAL]
|
|
|
|
|
[PARAMLITERAL:height]
|
|
|
|
|
360
|
|
|
|
|
[/PARAMLITERAL]
|
|
|
|
|
[PARAMLITERAL:videoid]
|
|
|
|
|
SVwK5FJEfwU
|
|
|
|
|
[/PARAMLITERAL]
|
|
|
|
|
[/OBJECT]
|
|
|
|
|
|
|
|
|
|
[OBJECT:TopicButtonList]
|
|
|
|
|
[PARAM:icon]
|
|
|
|
|
(convert:false)
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:title]
|
2016-06-29 09:53:20 -04:00
|
|
|
步骤
|
2015-07-09 18:48:16 -04:00
|
|
|
[/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]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|