yuchting

Results 7 comments of yuchting

OMG, about 3 years ago... I totally can't remember the context...

@FNGgames thanks for so quick answer, I know that, but if there's not "Update/Replace" event, I have to use IExecuteSystem.Execute in every frame loop to check some components value is...

@FNGgames thanks for your patient, let me explain more by code and design requirement. I have a list of behaviors data, each behavior data relates one component, > > interface...

@FNGgames I understand your meaning now, that's to say, I can write CheckDoSomethingStatusSystem like this: ```csharp class CheckDoSomethingStatusSystem : IReactiveSystem{ Filter(){ entity.hasDoSomethingStatus && entity.doSomethingStatus == Done; } GetTrigger(){ return CreateCollector(GameMatcher.ActionStatus);...

非常感谢,尝试了一下,确实布局已经改了,但是那个“双拼”里面的选项并没有出现一个 “customShuangpin” 的选项,而是直接覆盖了的,是不是重启机器了,这个就失效了? 跪求加一个“微软双拼”选项到配置里面。

> This is expected and documented behavior. Thanks for this explaination, but is this behavior correct? Or in other way, how can I search the ZoneName global in profiler?