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