Click or drag to resize

NetworkConfigFromBase64 Method

[This is preliminary documentation and is subject to change.]

Sets the NetworkConfig data with that from a base64 encoded version

Namespace:  MLAPI.Configuration
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void FromBase64(
	string base64,
	bool createDummyObject = false
)
Request Example View Source

Parameters

base64
Type: SystemString
The base64 encoded version
createDummyObject (Optional)
Type: SystemBoolean
Wheter or not to create dummy objects for NetworkedPrefabs
See Also