다음을 통해 공유


MPSRayIntersector 생성자

정의

오버로드

MPSRayIntersector(NSCoder)
MPSRayIntersector(NSObjectFlag)
MPSRayIntersector(IMTLDevice)
MPSRayIntersector(IntPtr)
MPSRayIntersector(NSCoder, IMTLDevice)

MPSRayIntersector(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSRayIntersector (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSRayIntersector : Foundation.NSCoder -> MetalPerformanceShaders.MPSRayIntersector

매개 변수

coder
NSCoder
특성

적용 대상

MPSRayIntersector(NSObjectFlag)

protected MPSRayIntersector (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSRayIntersector : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSRayIntersector

매개 변수

적용 대상

MPSRayIntersector(IMTLDevice)

[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSRayIntersector (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSRayIntersector : Metal.IMTLDevice -> MetalPerformanceShaders.MPSRayIntersector

매개 변수

device
IMTLDevice
특성

적용 대상

MPSRayIntersector(IntPtr)

protected internal MPSRayIntersector (IntPtr handle);
new MetalPerformanceShaders.MPSRayIntersector : nativeint -> MetalPerformanceShaders.MPSRayIntersector

매개 변수

handle
IntPtr

nativeint

적용 대상

MPSRayIntersector(NSCoder, IMTLDevice)

[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSRayIntersector (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSRayIntersector : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSRayIntersector

매개 변수

aDecoder
NSCoder
device
IMTLDevice
특성

적용 대상