You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
77 lines
2.1 KiB
Plaintext
77 lines
2.1 KiB
Plaintext
INTSourceChangelist:2714483
|
|
Availability: Public
|
|
Title:컴포넌트와 콜리전
|
|
Crumbs:%ROOT%, GettingStarted, Programming/Tutorials
|
|
Description:컴포넌트를 통해 폰에 피직스 상호작용, 파티클 이펙트 사용 등을 가능하게 하는 법을 배워봅니다.
|
|
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]
|
|
|
|
이 튜토리얼에서는 컴포넌트를 만들어 계층구조에 넣고 게임플레이 도중 제어하는 법과, 컴포넌트를 사용하여 폰이 입체 오브젝트로 된 월드를 돌아다니도록 만드는 법을 보여드리겠습니다.
|
|
|
|
[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]
|
|
|
|
|
|
|