You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
76 lines
2.2 KiB
Plaintext
76 lines
2.2 KiB
Plaintext
INTSourceChangelist:2486695
|
|
Availability:Public
|
|
Title:コンポーネントとコリジョン
|
|
Crumbs:%ROOT%, GettingStarted, Programming/Tutorials
|
|
Description:パーティクルエフェクトなどを使用してコンポーネントでポーンに物理的なインタラクションを有効にする方法を学ぶ
|
|
|
|
[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]
|
|
|
|
このチュートリアルは、コンポーネントの作成、コンポーネントを階層へ配置、ゲームプレイ中のコントロール、またソリッドなオブジェクトが存在するワールド内でコンポーネントを使用してポーンをあちこちへ移動させる方法を紹介します。
|
|
|
|
[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]
|
|
|
|
|
|
|