You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
73 lines
1.6 KiB
Plaintext
73 lines
1.6 KiB
Plaintext
|
|
Availability: Public
|
|||
|
|
Title:玩家输入和Pawns
|
|||
|
|
Crumbs:%ROOT%, GettingStarted
|
|||
|
|
Description:通过扩展Pawn类来对玩家输入进行响应、
|
|||
|
|
|
|||
|
|
[VAR:Topic]
|
|||
|
|
[OBJECT:Topic]
|
|||
|
|
[PARAM:image]
|
|||
|
|

|
|||
|
|
[/PARAM]
|
|||
|
|
[PARAM:title]
|
|||
|
|
%Programming\Tutorials\PlayerInput:title%
|
|||
|
|
[/PARAM]
|
|||
|
|
[PARAM:path]
|
|||
|
|
[RELATIVE:Programming\Tutorials\PlayerInput]
|
|||
|
|
[/PARAM]
|
|||
|
|
[PARAM:description]
|
|||
|
|
%Programming\Tutorials\PlayerInput:description%
|
|||
|
|
[/PARAM]
|
|||
|
|
[/OBJECT]
|
|||
|
|
[/VAR]
|
|||
|
|
|
|||
|
|
[VAR:TopicCompact]
|
|||
|
|
[OBJECT:TopicCompact]
|
|||
|
|
[PARAM:image]
|
|||
|
|

|
|||
|
|
[/PARAM]
|
|||
|
|
[PARAM:title]
|
|||
|
|
%Programming\Tutorials\PlayerInput:title%
|
|||
|
|
[/PARAM]
|
|||
|
|
[PARAM:path]
|
|||
|
|
[RELATIVE:Programming\Tutorials\PlayerInput]
|
|||
|
|
[/PARAM]
|
|||
|
|
[PARAM:description]
|
|||
|
|
%Programming\Tutorials\PlayerInput:description%
|
|||
|
|
[/PARAM]
|
|||
|
|
[/OBJECT]
|
|||
|
|
[/VAR]
|
|||
|
|
|
|||
|
|
在本教程的过程中,您可以通过扩展Pawn类来对玩家输入进行响应。
|
|||
|
|
|
|||
|
|
[OBJECT:EmbeddedVideo]
|
|||
|
|
[PARAMLITERAL:width]
|
|||
|
|
640
|
|||
|
|
[/PARAMLITERAL]
|
|||
|
|
[PARAMLITERAL:height]
|
|||
|
|
360
|
|||
|
|
[/PARAMLITERAL]
|
|||
|
|
[PARAMLITERAL:videoid]
|
|||
|
|
nTshVrOaNdY
|
|||
|
|
[/PARAMLITERAL]
|
|||
|
|
[/OBJECT]
|
|||
|
|
|
|||
|
|
[OBJECT:TopicButtonList]
|
|||
|
|
[PARAM:icon]
|
|||
|
|
(convert:false)
|
|||
|
|
[/PARAM]
|
|||
|
|
[PARAM:title]
|
|||
|
|
步骤
|
|||
|
|
[/PARAM]
|
|||
|
|
[PARAM:description]
|
|||
|
|
[/PARAM]
|
|||
|
|
[PARAM:links]
|
|||
|
|
* [](Programming\Tutorials\PlayerInput\1 "%Programming\Tutorials\PlayerInput\1:description%")
|
|||
|
|
* [](Programming\Tutorials\PlayerInput\2 "%Programming\Tutorials\PlayerInput\2:description%")
|
|||
|
|
* [](Programming\Tutorials\PlayerInput\3 "%Programming\Tutorials\PlayerInput\3:description%")
|
|||
|
|
* [](Programming\Tutorials\PlayerInput\4 "%Programming\Tutorials\PlayerInput\4:description%")
|
|||
|
|
[/PARAM]
|
|||
|
|
[/OBJECT]
|
|||
|
|
|
|||
|
|
|
|||
|
|
|