C# Class World.GameActors.GameObjects.Character

Inheritance: GameObject, ICharacter
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes publiques

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

Method Details

Character() public méthode

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
Résultat System