Enum UnityRailDriver.EndBehaviour
Behaviour when progress reaches 1. Clamp and Loop delegate directly to Advance(float, RailAdvanceMode); PingPong stays driver-local because it needs a direction flag that is not part of the domain progress model.
Namespace: Serenity.GameRail.Infrastructure.Drivers
Assembly: Serenity.UnityGameRail.Infrastructure.dll
Syntax
public enum UnityRailDriver.EndBehaviour
Fields
| Name | Description |
|---|---|
| Clamp | |
| Loop | |
| PingPong |