HybridV2ShaderReflection.GetDOTSInstancingProperties

Cambiar al Manual
public static NativeArray<DOTSInstancingProperty> GetDOTSInstancingProperties (Shader shader);

Parámetros

shaderShader to get reflection data from.

Valor de retorno

NativeArray<DOTSInstancingProperty> List of detected DOTS instancing properties.

Descripción

Returns the list of detected DOTS instancing properties for the given shader.

This is an experimental API for use by the Hybrid Renderer package. It is not intended for any other purpose.