Show / Hide Table of Contents

Interface IMotorTranslationPartCollection

Namespace: Experior.Interfaces.Collections
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
Type Name Description
IRigidPart part

Add(IRigidPart, Single)

Declaration
void Add(IRigidPart part, float gear)
Parameters
Type Name Description
IRigidPart part
System.Single gear

Clear()

Declaration
void Clear()

Remove(IRigidPart)

Declaration
void Remove(IRigidPart part)
Parameters
Type Name Description
IRigidPart part
Back to top Generated by DocFX