APIVirtualWorld

This class implements IVirtualWorld.

Constructors

This class has one constructor:

APIVirtualWorld(string worldname, params ISector[] sectors)

If the supplied name is "lyoko", isLyoko will be set to true. Hint: The params keyword in C# means you can supply 0 or more arguments, separated by commas).

Last updated