SCNAvoidOccluderConstraint.Delegate Property
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.
An instance of the SceneKit.ISCNAvoidOccluderConstraintDelegate model class which acts as the class delegate.
public virtual SceneKit.ISCNAvoidOccluderConstraintDelegate Delegate { [Foundation.Export("delegate", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setDelegate:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.Delegate : SceneKit.ISCNAvoidOccluderConstraintDelegate with get, set
Property Value
The instance of the SceneKit.ISCNAvoidOccluderConstraintDelegate model class
- Attributes
Remarks
The delegate instance assigned to this object will be used to handle events or provide data on demand to this class.
When setting the Delegate or WeakDelegate values events will be delivered to the specified instance instead of being delivered to the C#-style events
This is the strongly typed version of the object, developers should use the WeakDelegate property instead if they want to merely assign a class derived from NSObject that has been decorated with [Export] attributes.