查看: 867|回复: 14

[编程指南] 【4. On Your Own! | Unreal Engine】

[复制链接]

1

主题

342

帖子

7万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
75866
发表于 2016-6-27 01:04:23 | 显示全部楼层 |阅读模式



Previous Step




Next StepProgramming Tutorials Home


Using what you have learned, try to do the following:

Create an Actor that moves or rotates to a target transform when an Event is run. This could be used as a moving platform or door in a game. Make the Event start a Timer that will trigger a second Event which moves the Actor back to its original location. Use exposed variables (via UPROPERTY) instead of hard-coded values wherever appropriate.

Make a lit torch that burns out (perhaps by deactivating a fiery Particle System Component) by using a Timer handle and a few custom Events. For example, an AddFuel Event could extend the burning time of the torch. A DouseWithWater Event could shut it off immediately and prevent AddFuel from working in the future. Both of these features can be written without using a Tick, simply by modifying a running Timer through its handle.

As for the specifics covered in this tutorial:

For more information about Timers, try the 游戏性定时器 page.

For a complete reference using the UPROPERTY tag with variables in your classes or structs, look at the 属性 page.

To learn more about UFUNCTIONS and Event creation, check the 函数 page.

For further tutorials, see the C++ Programming Tutorials page.



   
Previous Step




Next StepProgramming Tutorials Home
回复

使用道具 举报

CHEngine 该用户已被删除
发表于 2016-7-2 19:37:38 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

0

主题

888

帖子

2897

积分

vip会员

Rank: 1

积分
2897
发表于 2016-7-4 00:01:31 来自手机 | 显示全部楼层
谢谢楼主分享
回复 支持 反对

使用道具 举报

0

主题

846

帖子

2825

积分

vip会员

Rank: 1

积分
2825
发表于 2016-7-4 03:46:24 | 显示全部楼层
秒了 秒了  秒了  这东西 秒了
回复 支持 反对

使用道具 举报

0

主题

832

帖子

2717

积分

vip会员

Rank: 1

积分
2717
发表于 2016-7-4 13:47:48 | 显示全部楼层
好东西,多些楼主分享
回复 支持 反对

使用道具 举报

0

主题

897

帖子

2973

积分

vip会员

Rank: 1

积分
2973
发表于 2016-7-6 09:49:58 来自手机 | 显示全部楼层
真是是好人啊,,过来看看
回复 支持 反对

使用道具 举报

0

主题

840

帖子

2794

积分

vip会员

Rank: 1

积分
2794
发表于 2016-7-6 10:47:18 来自手机 | 显示全部楼层
这个必须顶,撸主好人
回复 支持 反对

使用道具 举报

0

主题

833

帖子

2750

积分

vip会员

Rank: 1

积分
2750
发表于 2016-7-8 23:42:59 | 显示全部楼层
看看贵不贵,不贵就下
回复 支持 反对

使用道具 举报

0

主题

820

帖子

2701

积分

vip会员

Rank: 1

积分
2701
发表于 2016-7-11 03:08:05 来自手机 | 显示全部楼层
谢谢分享,顶一个
回复 支持 反对

使用道具 举报

0

主题

866

帖子

2844

积分

vip会员

Rank: 1

积分
2844
发表于 2016-7-11 10:41:34 | 显示全部楼层
我知道楼主一向黑~~~~~
回复 支持 反对

使用道具 举报

*滑块验证:
您需要登录后才可以回帖 登录 | enginedx注册

本版积分规则

 
 



邮件留言:


 
返回顶部