MPSRayIntersector.Copy Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Copy(NSZone) | |
Copy(NSZone, IMTLDevice) |
Copy(NSZone)
[Foundation.Export("copyWithZone:")]
public virtual Foundation.NSObject Copy (Foundation.NSZone zone);
override this.Copy : Foundation.NSZone -> Foundation.NSObject
Paramètres
- zone
- NSZone
Retours
Implémente
- Attributs
S’applique à
Copy(NSZone, IMTLDevice)
[Foundation.Export("copyWithZone:device:")]
public virtual MetalPerformanceShaders.MPSRayIntersector Copy (Foundation.NSZone zone, Metal.IMTLDevice device);
override this.Copy : Foundation.NSZone * Metal.IMTLDevice -> MetalPerformanceShaders.MPSRayIntersector
Paramètres
- zone
- NSZone
- device
- IMTLDevice
Retours
- Attributs