Interface IMotorTranslationPartCollection
Assembly: Experior.Interfaces.dll
Syntax
public interface IMotorTranslationPartCollection
Properties
Gears
Declaration
Dictionary<IRigidPart, float> Gears { get; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<IRigidPart, System.Single> |
|
Items
Declaration
List<IRigidPart> Items { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IRigidPart> |
|
Methods
Add(IRigidPart)
Declaration
void Add(IRigidPart part)
Parameters
Add(IRigidPart, Single)
Declaration
void Add(IRigidPart part, float gear)
Parameters
Type |
Name |
Description |
IRigidPart |
part |
|
System.Single |
gear |
|
Clear()
Declaration
Remove(IRigidPart)
Declaration
void Remove(IRigidPart part)
Parameters