C# Class World.GameActors.GameObjects.Character

Inheritance: GameObject, ICharacter
Exibir arquivo Open project: GoodAI/BrainSimulator

Public Methods

Method Description
Character ( string tilesetName, int tileId, string name, System.Vector2 position, System.Vector2 size, float direction, Type shapeType = null ) : System

Method Details

Character() public method

public Character ( string tilesetName, int tileId, string name, System.Vector2 position, System.Vector2 size, float direction, Type shapeType = null ) : System
tilesetName string
tileId int
name string
position System.Vector2
size System.Vector2
direction float
shapeType System.Type
return System