Click or drag to resize

ASLObject_LocallySetPostDownloadFunction Method

This function will only update the local player, not all players. It sets the function to be called after an image as been downloaded from the server

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void _LocallySetPostDownloadFunction(
	ASLObjectPostDownloadFunction _postDownloadFunction
)

Parameters

_postDownloadFunction
Type: ASLASLObjectPostDownloadFunction
The function to execute after the passed in Texture2D is downloaded from the server
See Also