VehicleAddComponent Method |
Name | Description | |
---|---|---|
AddComponentT |
Adds a component of the specified type T to the entity.
(Inherited from Component.) | |
AddComponentT(Object) |
Adds a component of the specified type T to the entity with the specified constructor args.
(Inherited from Component.) | |
AddComponent(Int32) |
Adds a 'component' (often referred to as a 'mod' (modification)) to this Vehicle.
|