Initializes a new instance of the
Plane class
Namespace: SideScrollerAssembly: SideScroller (in SideScroller.exe) Version: 1.1.1.0 (1.1.1)
protected Plane(
Material texture,
Vector2D initialPosition
)
protected Plane(
Material texture,
Vector2D initialPosition
)
Protected Sub New (
texture As Material,
initialPosition As Vector2D
)
Protected Sub New (
texture As Material,
initialPosition As Vector2D
)
protected:
Plane(
Material^ texture,
Vector2D initialPosition
)
protected:
Plane(
Material^ texture,
Vector2D initialPosition
)
new :
texture : Material *
initialPosition : Vector2D -> Plane
new :
texture : Material *
initialPosition : Vector2D -> Plane