Method | Description | |
---|---|---|
InitPlugin ( string pluginPath ) : void | ||
RemoteImageViewer ( ) : iRacingReplayOverlay | ||
SetBackgroundImage ( string imagePath ) : void | ||
SetOnError ( string>.Action |
||
Show ( ) : void |
Method | Description | |
---|---|---|
Activate ( ) : void | ||
GetSettingsList ( ) : iRacingReplayOverlay.PluginProxySettings[] | ||
Hide ( ) : void | ||
Refresh ( ) : void | ||
SetDrawAction ( DrawAction drawAction ) : void | ||
SetFramesPerSecond ( int framesPerSecond ) : void | ||
SetOnAnimationTick ( double>.Action |
||
SetPaused ( bool isPaused ) : void | ||
SetPlaybackSpeed ( int value ) : void | ||
SetPosition ( int left, int top ) : void | ||
SetPositionPercentage ( float positionPercentage ) : void | ||
SetSessionDataPath ( string sessionDataPath ) : void |
public InitPlugin ( string pluginPath ) : void | ||
pluginPath | string | |
return | void |
public RemoteImageViewer ( ) : iRacingReplayOverlay | ||
return | iRacingReplayOverlay |
public SetBackgroundImage ( string imagePath ) : void | ||
imagePath | string | |
return | void |
public SetOnError ( string>.Action |
||
onError | string>.Action | |
return | void |