RIDE API Documentation RIDE API Documentation
RIDE API Documentation RIDE API Documentation
Generated by DocFX

Search Results for

    Interface ITimeSimulationSystem

    System for playing, pausing, speeding up, and slowing down the time of the simulation

    Inherited Members
    IRideSystem.SystemAwakeCalled
    IRideSystem.SystemInitCalled
    IRideSystem.SystemAwake()
    IRideSystem.SystemInit()
    IRideSystem.SystemUpdate(Single)
    IRideSystem.SystemLateUpdate(Single)
    IRideSystem.SystemFixedUpdate(Single)
    IRideSystem.SystemShutdown()
    IRideSystem.isActive
    IRideSystem.Activate()
    IRideSystem.Deactivate()
    IApiInject.Inject(IApi)
    IIdentity.id
    Namespace: Ride
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITimeSimulationSystem : IRideSystem, IApiInject, IIdentity

    Properties

    Name Description
    isPaused

    Returns true if the simulation is paused

    speed

    The current simulation speed

    Methods

    Name Description
    Pause()

    Pause the simulation

    Play()

    Plays the simulation at the last rate it was using prior to being paused

    SetSpeed(Single)

    Sets the speed of the simulation

    © USC Institute for Creative Technologies. All rights reserved.