Namespace: CreepyTowers.LevelsAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public static void SpawnCreepInGame(
this GameLevel gameLevel,
CreepType type
)
public static void SpawnCreepInGame(
this GameLevel gameLevel,
CreepType type
)
<ExtensionAttribute>
Public Shared Sub SpawnCreepInGame (
gameLevel As GameLevel,
type As CreepType
)
<ExtensionAttribute>
Public Shared Sub SpawnCreepInGame (
gameLevel As GameLevel,
type As CreepType
)
public:
[ExtensionAttribute]
static void SpawnCreepInGame(
GameLevel^ gameLevel,
CreepType type
)
public:
[ExtensionAttribute]
static void SpawnCreepInGame(
GameLevel^ gameLevel,
CreepType type
)
static member SpawnCreepInGame :
gameLevel : GameLevel *
type : CreepType -> unit
static member SpawnCreepInGame :
gameLevel : GameLevel *
type : CreepType -> unit
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
GameLevel. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).