コード例 #1
0
 private void InjectDestroyAfterDelay([GameObjectScope] EntityDestroyer entityDestroyer)
 {
     this.entityDestroyer = entityDestroyer;
 }
コード例 #2
0
 private void InjectInstanciateOnDestroy([GameObjectScope] EntityDestroyer entityDestroyer)
 {
     this.entityDestroyer = entityDestroyer;
 }
コード例 #3
0
 private void InjectDestroyOnEffectStimulus([EntityScope] EffectStimulus effectStimulus,
                                            [GameObjectScope] EntityDestroyer entityDestroyer)
 {
     this.effectStimulus  = effectStimulus;
     this.entityDestroyer = entityDestroyer;
 }