Class Horse
public class Horse : Unit
- Inheritance
-
Horse
- Inherited Members
Constructors
Horse(int)
public Horse(int team = 10)
Parameters
team
int
Fields
acceleration
protected float acceleration
Field Value
name
protected string name
Field Value
prefabGuid
protected static readonly PrefabGUID prefabGuid
Field Value
- PrefabGUID
rotation
protected float rotation
Field Value
speed
protected float speed
Field Value
Properties
Acceleration
public float Acceleration { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Rotation
public float Rotation { get; set; }
Property Value
Speed
public float Speed { get; set; }
Property Value
Methods
Modify(Entity, Entity)
public override void Modify(Entity e, Entity buffEntity)
Parameters
e
EntitybuffEntity
Entity