SystemInfo.SupportsBlendingOnRenderTextureFormat

Cambiar al Manual
public static bool SupportsBlendingOnRenderTextureFormat (RenderTextureFormat format);

Parámetros

formatThe format to look up.

Valor de retorno

bool True if blending is supported on the given format.

Descripción

Is blending supported on render texture format?

Returns true if graphics card supports blending on the given RenderTextureFormat.

See Also: Render Texture assets, RenderTexture class.