setImageProperty

fun setImageProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, imageHandle: ImageHandle)

Assign an image to an image property on the view model instance.

Parameters

viewModelInstanceHandle

The handle of the view model instance that the property belongs to.

propertyPath

The path to the property that should be assigned to. Slash delimited.

imageHandle

The handle of the image to assign.

Throws

If the CommandQueue has been released.