프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_backup | InternalSceneBackup>.Dictionary |
메소드 | 설명 | |
---|---|---|
Close ( IScene scene ) : void | ||
DeleteRegion ( IScene scene ) : void | ||
DisableBackup ( IScene scene, string cmdparams ) : void | ||
EditScale ( IScene scene, string cmdparams ) : void | ||
EnableBackup ( IScene scene, string cmdparams ) : void | ||
FinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
Initialize ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
OffsetPrims ( IScene scene, string cmdParams ) : void | ||
PostFinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
PostInitialize ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
RunCommand ( IScene scene, string cmdparams ) : void |
Runs commands issued by the server console from the operator
|
|
StartupComplete ( ) : void |
public DisableBackup ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
리턴 | void |
public EditScale ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
리턴 | void |
public EnableBackup ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
리턴 | void |
public FinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
scene | IScene | |
source | IConfigSource | |
simBase | ISimulationBase | |
리턴 | void |
public Initialize ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
scene | IScene | |
source | IConfigSource | |
simBase | ISimulationBase | |
리턴 | void |
public OffsetPrims ( IScene scene, string cmdParams ) : void | ||
scene | IScene | |
cmdParams | string | |
리턴 | void |
public PostFinishStartup ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
scene | IScene | |
source | IConfigSource | |
simBase | ISimulationBase | |
리턴 | void |
public PostInitialize ( IScene scene, IConfigSource source, ISimulationBase simBase ) : void | ||
scene | IScene | |
source | IConfigSource | |
simBase | ISimulationBase | |
리턴 | void |
public RunCommand ( IScene scene, string cmdparams ) : void | ||
scene | IScene | Currently selected scene |
cmdparams | string | Additional arguments passed to the command |
리턴 | void |