最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

《迷失島2》游戲框架開發(fā)01:實(shí)現(xiàn)場(chǎng)景轉(zhuǎn)換|Godot教程

2023-03-19 20:07 作者:瓦格良  | 我要投稿

Godot學(xué)習(xí)筆記

?
06:09
?

# 3.x的export(String,FILE,"*.tscn")換成4.x的@export_file("*.tscn")

@export_file("*.tscn") var target_path: String

func _interact():

# godot3.x中【.父類函數(shù)】 換成4.x的 【supser.父類函數(shù)】

super._interact()

# godot3.x中change_scene換成4.x的change_scene_to_file

get_tree().change_scene_to_file(target_path)


?
10:06
?

func change_scene(path: String):

var tween := get_tree().create_tween()

tween.tween_callback(color_rect.show)

tween.tween_property(color_rect,"color:a",1.0,0.2)

tween.tween_callback(get_tree().change_scene_to_file.bind(path))

tween.tween_property(color_rect,"color:a",0.0,0.3)

tween.tween_callback(color_rect.hide)




?
12:14
?

extends Interactable

class_name Teleporter


# 3.x的export(String,FILE,"*.tscn")換成4.x的@export_file("*.tscn")

@export_file("*.tscn") var target_path: String


func _interact():

# godot3.x中[.父類函數(shù)] 換成4.x的 [supser.父類函數(shù)]

super._interact()

# godot3.x中change_scene換成4.x的change_scene_to_file

SceneChanger.change_scene(target_path)

《迷失島2》游戲框架開發(fā)01:實(shí)現(xiàn)場(chǎng)景轉(zhuǎn)換|Godot教程的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國家法律
石城县| 石首市| 阜康市| 林周县| 泸溪县| 甘南县| 伊金霍洛旗| 自贡市| 莆田市| 拜泉县| 慈溪市| 凤台县| 冷水江市| 赫章县| 宿松县| 高邑县| 辉南县| 靖安县| 芮城县| 东港市| 安泽县| 广西| 瓦房店市| 岳西县| 新巴尔虎左旗| 清水河县| 孟连| 阳春市| 长治市| 韩城市| 彰化市| 墨江| 云南省| 武汉市| 宁波市| 福鼎市| 兰考县| 宽城| 娄底市| 佛教| 祁东县|