Table of Contents

Interface IOneDimension

Namespace
Zorro.Core
Assembly
Zorro.Core.Runtime.dll
public interface IOneDimension
Extension Methods

Properties

Current

float Current { get; }

Property Value

float

Velocity

float Velocity { get; }

Property Value

float

Methods

AddForce(float)

void AddForce(float force)

Parameters

force float

SetCurrent(float)

void SetCurrent(float current)

Parameters

current float

SetVelocity(float)

void SetVelocity(float velocity)

Parameters

velocity float