Click or drag to resize

ArticyDatabaseLoadPackage Method (String)

Loads the given package by name.

Namespace:  Articy.Unity
Assembly:  ArticyRuntime (in ArticyRuntime.dll) Version: 1.0.3
Syntax
C#
public static void LoadPackage(
	string aName
)

Parameters

aName
Type: SystemString
The name of the package.
Remarks

This will synchronously load the given package, when found. Depending on the size of the package the application could hang while loading the requested package.

Note Note
The package name is case sensitive!
See Also