Initialize() 공개 메소드

public Initialize ( GraphicsDevice device, FSO.LotView.WorldState world ) : void
device GraphicsDevice
world FSO.LotView.WorldState
리턴 void
예제 #1
0
 private void InitWorldComponent(WorldComponent component)
 {
     component.Initialize(this.World.State.Device, this.World.State);
 }