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