Class ContextData
Events
onRulerScaled
public event Action onRulerScaled;
Properties
drawOffset
表示标尺向左平移的偏移量(正数)
public float drawOffset { get; set; }
rulerZoom
public int rulerZoom { get; set; }
rulerScale
public int rulerScale { get; set; }
rulerZoomMax
public int rulerZoomMax { get; set; }
frameRate
public float frameRate { get; set; }
drawInterval
public float drawInterval { get; }
timeInterval
public float timeInterval { get; }
drawIntervalMin
public float drawIntervalMin { get; set; }
drawIntervalMax
public float drawIntervalMax { get; set; }
rulerScaleMultiplier
public float rulerScaleMultiplier { get; set; }
timeFormat
public TimeFormat timeFormat { get; set; }
Methods
GetTimestamp(float time)
public string GetTimestamp(float time)