mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-10 15:19:10 +01:00
1.1 KiB
1.1 KiB
Car
Namespace: TinyLife > Objects
Assembly: Tiny Life.dll
Implements IGenericDataHolder, IUpdatingObject
Constructors
Name | Summary |
---|---|
Car ( Guid , Map , Vector2 ) |
Fields
Type | Name | Summary |
---|---|---|
Guid | Driver | The id of the person driving the car |
Direction2 | Rotation | The rotation that this car has |
Methods
Return | Name | Summary |
---|---|---|
void | Draw ( GameTime , SpriteBatch , Vector2 , Nullable <Color > ) |
|
void | Update ( GameTime , TimeSpan , GameSpeed ) |
|
Boolean | Validate ( ) |