コード例 #1
0
ファイル: JacinthWorld.cs プロジェクト: drknexus/Jacinth
 private void OnComponentAdded(Entity entity, ComponentTypeKey key, Component component)
 {
     RaiseEntityUpdated(entity);
 }
コード例 #2
0
ファイル: SubEntity.cs プロジェクト: drknexus/Jacinth
 /// <summary>
 /// Handler called when a Component is removed from the Entity.
 /// </summary>
 protected virtual void OnEntityComponentRemoved(Entity entity, ComponentTypeKey key, Component component)
 {
 }