Class PrefabViewConceptMetadata

Defines properties and message types for PrefabViewConcept.

Property Types

See also PropertyType
PrefabViewConceptMetadata.PrefabProperty

Node to use on this prefab view.

Message Types

See also MessageType
PrefabViewConceptMetadata.AsynchronousLoadCompletedMessage

Occurs when asynchronous loading of resources from a prefab has been finished.

Arguments: PrefabViewConceptMetadata.AsynchronousLoadCompletedMessageArguments

PrefabViewConceptMetadata.LoadAsynchronouslyMessage

Instructs a prefab view to start asynchronous loading of resources.

Arguments: PrefabViewConceptMetadata.LoadAsynchronouslyMessageArguments

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.

PrefabViewConceptMetadata.AsynchronousLoadCompletedMessageArguments

PrefabTemplateProperty

The prefab whose resources finished loading asynchronously.

Example
local value = arguments:getPrefabTemplateProperty()
arguments:setPrefabTemplateProperty(value)

PrefabViewConceptMetadata.LoadAsynchronouslyMessageArguments

PrefabTemplateProperty

The prefab whose resources you want to load asynchronously.

Example
local value = arguments:getPrefabTemplateProperty()
arguments:setPrefabTemplateProperty(value)