SetData

IResourceLoadingArgs.SetData method

Sets user provided data of the resource which used if ResourceLoading returns UserProvided.

public void SetData(byte[] data)
ParameterTypeDescription
dataByte[]Provided data of the resource Byte[]

See Also