示例#1
0
 public static void ShowEffect(this EntityComponent entityComponent, EffectData data)
 {
     entityComponent.ShowEntity(typeof(Effect), "Effect", Constant.AssetPriority.EffectAsset);
 }
示例#2
0
 public static void ShowEffect(this EntityComponent entityComponent, EffectData data)
 {
     entityComponent.ShowEntity(typeof(Effect), "Effect", data);
 }