Class UnityRailDriver
Inheritance
UnityRailDriver
Assembly: Serenity.UnityGameRail.Infrastructure.dll
Syntax
public class UnityRailDriver : MonoBehaviour, IFoundationSettings
Constructors
UnityRailDriver()
Declaration
Properties
AutoDrive
Declaration
public bool AutoDrive { get; set; }
Property Value
EndMode
Declaration
public UnityRailDriver.EndBehaviour EndMode { get; set; }
Property Value
Guid
Declaration
public string Guid { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
IsBound
Declaration
public bool IsBound { get; }
Property Value
RailIdValue
Declaration
public string RailIdValue { get; }
Property Value
Speed
Declaration
public float Speed { get; set; }
Property Value
Methods
Bind(IGameRailService)
Injects the rail service dependency.
Declaration
public void Bind(IGameRailService railService)
Parameters
Implements