Class DefaultCloudContext
Inheritance
DefaultCloudContext
Syntax
public class DefaultCloudContext : ICloudContext
Properties
TimeSinceStartup
Declaration
public double TimeSinceStartup { get; }
Property Value
Implements
Methods
RegisterForTickCallback(ICloudContext.Callback)
Declaration
public void RegisterForTickCallback(ICloudContext.Callback cb)
Parameters
Implements
RegisterNextFrameCallback(ICloudContext.Callback)
Declaration
public void RegisterNextFrameCallback(ICloudContext.Callback cb)
Parameters
Implements
UnregisterForTickCallback(ICloudContext.Callback)
Declaration
public void UnregisterForTickCallback(ICloudContext.Callback cb)
Parameters
Implements