Initializes a new instance of the
Box class
Namespace: DeltaEngine.Rendering3D.ShapesAssembly: DeltaEngine.Rendering3D.Shapes (in DeltaEngine.Rendering3D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
public Box(
string modelContentName,
Vector3D position
)
public Box(
string modelContentName,
Vector3D position
)
Public Sub New (
modelContentName As String,
position As Vector3D
)
Public Sub New (
modelContentName As String,
position As Vector3D
)
public:
Box(
String^ modelContentName,
Vector3D position
)
public:
Box(
String^ modelContentName,
Vector3D position
)
new :
modelContentName : string *
position : Vector3D -> Box
new :
modelContentName : string *
position : Vector3D -> Box