MDLLightProbe.Create Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("lightProbeWithTextureSize:forLocation:lightsToConsider:objectsToConsider:reflectiveCubemap:irradianceCubemap:")]
public static ModelIO.MDLLightProbe Create (nint textureSize, ModelIO.MDLTransform transform, ModelIO.MDLLight[] lightsToConsider, ModelIO.MDLObject[] objectsToConsider, ModelIO.MDLTexture reflectiveCubemap, ModelIO.MDLTexture irradianceCubemap);
static member Create : nint * ModelIO.MDLTransform * ModelIO.MDLLight[] * ModelIO.MDLObject[] * ModelIO.MDLTexture * ModelIO.MDLTexture -> ModelIO.MDLLightProbe
Parâmetros
- textureSize
- System.System.IntPtr System.nativeint
- transform
- MDLTransform
- lightsToConsider
- MDLLight[]
- objectsToConsider
- MDLObject[]
Retornos
- Atributos