ISCNBoundingVolume.SetBoundingBox(SCNVector3, SCNVector3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("setBoundingBoxMin:max:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetBoundingBox(ref SceneKit.SCNVector3 min, ref SceneKit.SCNVector3 max);
[<Foundation.Export("setBoundingBoxMin:max:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetBoundingBox : SCNVector3 * SCNVector3 -> unit
override this.SetBoundingBox : SCNVector3 * SCNVector3 -> unit
Parameters
- min
- SCNVector3
- max
- SCNVector3
- Attributes