Show / Hide Table of Contents

Struct TimeMovementDetails

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Recolude.Core.Playback
Assembly: Recolude.Core.dll
Syntax
public struct TimeMovementDetails

Constructors

TimeMovementDetails(MovementType, Int32, Single, Single)

Declaration
public TimeMovementDetails(MovementType movementType, int direction, float deltaTime, float currentTime)
Parameters
Type Name Description
MovementType movementType
System.Int32 direction
System.Single deltaTime
System.Single currentTime

Properties

CurrentTime

Declaration
public float CurrentTime { get; }
Property Value
Type Description
System.Single

DeltaTime

Declaration
public float DeltaTime { get; }
Property Value
Type Description
System.Single

Direction

Declaration
public int Direction { get; }
Property Value
Type Description
System.Int32

LastTime

Declaration
public float LastTime { get; }
Property Value
Type Description
System.Single

MovementType

Declaration
public MovementType MovementType { get; }
Property Value
Type Description
MovementType
Back to top Generated by DocFX