Wiki-home » About VastPark » Platform » VastWorlds platform » Developer's guide » Plugins » List of Plugins »
VncPlugin¶
IMML example¶
Properties¶
int UpdateFrequency¶
- Summary: The frequency between updates in milliseconds
bool ManualUpdate¶
- Summary: When true, the vnc data will only be updated upon request
string PasswordRequired¶
- Summary: Password required event
string ConnectionFailed¶
- Summary: Connection failed event
string Uri¶
- Summary: The uri to connect to once the plugin is enabled
int Port¶
bool Enabled¶
Functions¶
bool SetPassword(string password)¶
- Summary: Specify the password to use
- Parameters
- Returns: True if successful, false if not
void RequestUpdate(bool refreshFullscreen)¶
void Load()¶
void AddElement(ImmlElement element)¶
void Update()¶
void Dispose()¶
void SetParkEngine(IParkEngine parkEngine)¶