Initializes a new instance of the
Actor class
Namespace: TinyPlatformerAssembly: TinyPlatformer (in TinyPlatformer.exe) Version: 1.1.1.0 (1.1.1)
public Actor(
Map map,
Vector2D position,
string type
)
public Actor(
Map map,
Vector2D position,
string type
)
Public Sub New (
map As Map,
position As Vector2D,
type As String
)
Public Sub New (
map As Map,
position As Vector2D,
type As String
)
public:
Actor(
Map^ map,
Vector2D position,
String^ type
)
public:
Actor(
Map^ map,
Vector2D position,
String^ type
)
new :
map : Map *
position : Vector2D *
type : string -> Actor
new :
map : Map *
position : Vector2D *
type : string -> Actor