Show / Hide Table of Contents

Class Load.Translation

Inheritance
System.Object
Load.Translation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Loads
Assembly: Experior.Core.dll
Syntax
public class Translation

Constructors

Translation(Load, Action, Vector3, Single)

Declaration
public Translation(Load load, Action action, Vector3 distance, float time)
Parameters
Type Name Description
Load load
System.Action action
System.Numerics.Vector3 distance
System.Single time

Translation(Load, Vector3, Single)

Declaration
public Translation(Load load, Vector3 distance, float time)
Parameters
Type Name Description
Load load
System.Numerics.Vector3 distance
System.Single time

Properties

Distance

Declaration
public Vector3 Distance { get; }
Property Value
Type Description
System.Numerics.Vector3

Started

Declaration
public bool Started { get; }
Property Value
Type Description
System.Boolean

StartTime

Declaration
public double StartTime { get; }
Property Value
Type Description
System.Double

Methods

Continue()

Declaration
public void Continue()

Pause()

Declaration
public void Pause()
Back to top Generated by DocFX