Initialize() public method

public Initialize ( GraphicsDevice device, FSO.LotView.WorldState world ) : void
device GraphicsDevice
world FSO.LotView.WorldState
return void
Esempio n. 1
0
 private void InitWorldComponent(WorldComponent component)
 {
     component.Initialize(this.World.State.Device, this.World.State);
 }