| 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
)
Public Sub _LocallySetPostDownloadFunction (
_postDownloadFunction As ASLObjectPostDownloadFunction
)
public:
void _LocallySetPostDownloadFunction(
ASLObjectPostDownloadFunction^ _postDownloadFunction
)
member _LocallySetPostDownloadFunction :
_postDownloadFunction : ASLObjectPostDownloadFunction -> unit
Parameters
- _postDownloadFunction
- Type: ASLASLObjectPostDownloadFunction
The function to execute after the passed in Texture2D is downloaded from the server
See Also