proxy


Description:

public Asset proxy { get; set; }

The default proxy for this asset, or null if it has no proxy.

A proxy will act as a substitute for the original asset when the original is requested (see Asset.request).

Setting this property will not usually remove the existing proxy, but will replace it as the default (see set_proxy).