DestroyEntity() public method

public DestroyEntity ( Entity entity ) : void
entity Entity
return void
 void createTestEntityError(Context context)
 {
     context.DestroyEntity(context.CreateEntity().Retain(this));
 }