Namespace: DeltaEngine.Rendering2DAssembly: DeltaEngine.Rendering2D (in DeltaEngine.Rendering2D.dll) Version: 1.1.1.0 (1.1.1)
public HierarchyEntity2D(
Rectangle drawArea,
float orientation = 0f
)
public HierarchyEntity2D(
Rectangle drawArea,
float orientation = 0f
)
Public Sub New (
drawArea As Rectangle,
Optional orientation As Single = 0F
)
Public Sub New (
drawArea As Rectangle,
Optional orientation As Single = 0F
)
public:
HierarchyEntity2D(
Rectangle drawArea,
float orientation = 0f
)
public:
HierarchyEntity2D(
Rectangle drawArea,
float orientation = 0f
)
new :
drawArea : Rectangle *
?orientation : float32
(* Defaults:
let _orientation = defaultArg orientation 0f
*)
-> HierarchyEntity2D
new :
drawArea : Rectangle *
?orientation : float32
(* Defaults:
let _orientation = defaultArg orientation 0f
*)
-> HierarchyEntity2D