2016-06-13 13:06:55 -04:00
|
|
|
Availability:Public
|
2015-03-24 08:35:52 -04:00
|
|
|
Title:コンポーネントとコリジョン
|
|
|
|
|
Crumbs:%ROOT%, GettingStarted, Programming/Tutorials
|
2016-06-13 13:06:55 -04:00
|
|
|
Description:コンポーネントでポーンを有効にして物理と相互作用し、パーティクル エフェクトを使用する方法などについて学習します。
|
|
|
|
|
version:4.9
|
2015-03-24 08:35:52 -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-13 13:06:55 -04:00
|
|
|
このチュートリアルでは、コンポーネントの作成、コンポーネントを階層へ配置、ゲームプレイ中のコントロール、またソリッドなオブジェクトが存在するワールド内でコンポーネントを使用してポーンを移動させる方法を紹介します。
|
2015-04-02 23:03:34 -04:00
|
|
|
|
|
|
|
|
[OBJECT:EmbeddedVideo]
|
|
|
|
|
[PARAMLITERAL:width]
|
|
|
|
|
640
|
|
|
|
|
[/PARAMLITERAL]
|
|
|
|
|
[PARAMLITERAL:height]
|
|
|
|
|
360
|
|
|
|
|
[/PARAMLITERAL]
|
|
|
|
|
[PARAMLITERAL:videoid]
|
|
|
|
|
SVwK5FJEfwU
|
|
|
|
|
[/PARAMLITERAL]
|
|
|
|
|
[/OBJECT]
|
|
|
|
|
|
2015-03-24 08:35:52 -04:00
|
|
|
[OBJECT:TopicButtonList]
|
|
|
|
|
[PARAM:icon]
|
|
|
|
|
(convert:false)
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:title]
|
2016-06-13 13:06:55 -04:00
|
|
|
ステップ
|
2015-03-24 08:35:52 -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%")
|
2015-04-02 23:03:34 -04:00
|
|
|
* [](Programming\Tutorials\Components\6 "%Programming\Tutorials\Components\6:description%")
|
2015-03-24 08:35:52 -04:00
|
|
|
[/PARAM]
|
|
|
|
|
[/OBJECT]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|