欢迎来到天天文库
浏览记录
ID:42561929
大小:17.49 KB
页数:4页
时间:2019-09-17
《BehaviorDesigner 内置人物中英对照》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Composites复合任务Sequence顺序任务/序列任务TheSequencetaskissimilartoan"and"operation.ItwillreturnFailureassoonasoneofitschildtasksreturnFailure.IfachildtaskreturnsSuccessthenitwillsequentiallyrunthenexttask.IfallchildtasksreturnSuccessthenitwillreturnSuccess.Sequence任务类似于“and”操作。一旦
2、其子任务之一返回Failure,它将返回Failure。如果子任务返回Success,那么它将按顺序执行下一个任务。如果所有子任务返回Success,那么它将返回Success。Selector选择任务TheSelectortaskissimilartoan"or"operation.ItwillreturnSuccessassoonasoneofitschildtasksreturnSuccess.IfachildtaskreturnsFailurethenitwillsequentiallyrunthenexttask.Ifnoch
3、ildtaskreturnsSuccessthenitwillreturnFailure.Selector任务类似于“or”操作。一旦其子任务之一返回Success,它将返回Success。如果子任务返回Failure,则它将按顺序执行下一个任务。如果没有子任务返回Success,则它将返回Failure。Parallel并行任务SimilartotheSequencetask,theParalleltaskwillruneachchildtaskuntilachildtaskreturnsFailure.Thedifferenceis
4、thattheParalleltaskwillrunallofitschildrentaskssimultaneouslyversusrunningeachtaskoneatatime.LiketheSequenceclass,theParalleltaskwillreturnSuccessonceallofitschildrentaskshavereturnSuccess.IfonetasksreturnsFailuretheParalleltaskwillendallofthechildtasksandreturnFailure.与
5、Sequence任务类似,Parallel任务将运行每个子任务,直到子任务返回Failure。不同的是,并行任务将同时运行其所有子任务,而不是每次运行一个任务。像Sequence任务一样,当所有的子任务都返回Success时,Parallel任务将返回Success。如果一个任务返回Failure,Parallel任务将结束所有子任务并返回Failure。ParallelSelector并行选择任务SimilartotheSelectortask,theParallelSelectortaskwillreturnSuccessassoo
6、nasachildtaskreturnsSuccess.ThedifferenceisthattheParallelSelectortaskwillrunallofitschildrentaskssimultaneouslyversusrunningeachtaskoneatatime.IfonetasksreturnsSuccesstheParallelSelectortaskwillendallofthechildtasksandreturnSuccess.IfeverychildtaskreturnsFailurethentheP
7、arallelSelectortaskwillreturnFailure.与Selector任务类似,只要子任务返回Success,ParallelSelector任务将返回Success。不同之处在于,ParallelSelector任务将同时运行其所有子任务,而不是每次运行一个任务。如果一个任务返回Success,ParallelSelector任务将结束所有子任务并返回Success。如果每个子任务返回Failure,则ParallelSelector任务将返回Failure。PrioritySelector优先级选择人物Simi
8、lartotheSelectortask,thePrioritySelectortaskwillreturnSuccessassoonasachildtaskreturnsSuccess.Insteadof
此文档下载收益归作者所有