Initializes a new instance of the
Creep class
Namespace: CreepyTowers.Enemy.CreepsAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public Creep(
CreepType type,
Vector3D position,
float rotationZ = 0f
)
public Creep(
CreepType type,
Vector3D position,
float rotationZ = 0f
)
Public Sub New (
type As CreepType,
position As Vector3D,
Optional rotationZ As Single = 0F
)
Public Sub New (
type As CreepType,
position As Vector3D,
Optional rotationZ As Single = 0F
)
public:
Creep(
CreepType type,
Vector3D position,
float rotationZ = 0f
)
public:
Creep(
CreepType type,
Vector3D position,
float rotationZ = 0f
)
new :
type : CreepType *
position : Vector3D *
?rotationZ : float32
(* Defaults:
let _rotationZ = defaultArg rotationZ 0f
*)
-> Creep
new :
type : CreepType *
position : Vector3D *
?rotationZ : float32
(* Defaults:
let _rotationZ = defaultArg rotationZ 0f
*)
-> Creep