Inputs

IDictionary<string, IInput> IActuator.Inputs { get; }

Gets the collection of inputs of this actuator.

Value

IDictionary<string, IInput> – Collection of inputs of this actuator.

Throws