Table of Contents

Struct Dash.Values

[BurstCompile]
public struct Dash.Values

Constructors

Values(float, float, float, float)

public Values(float offset, float distance, float threshold, float period)

Parameters

offset float
distance float
threshold float
period float

Fields

distance

public float distance

Field Value

float

offset

public float offset

Field Value

float

period

public float period

Field Value

float

threshold

public float threshold

Field Value

float

Methods

Advance()

public void Advance()

End()

public float2 End()

Returns

float2

Start()

public float2 Start()

Returns

float2

Track(float)

public void Track(float distance)

Parameters

distance float

Track(float3, float3)

public void Track(float3 p1, float3 p2)

Parameters

p1 float3
p2 float3