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