Share via


ISCNAvoidOccluderConstraintDelegate Interface

Definition

This interface represents the Objective-C protocol SCNAvoidOccluderConstraintDelegate.

[Foundation.Protocol(Name="SCNAvoidOccluderConstraintDelegate", WrapperType=typeof(SceneKit.SCNAvoidOccluderConstraintDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldAvoidOccluder", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(SceneKit.SCNAvoidOccluderConstraint), typeof(SceneKit.SCNNode), typeof(SceneKit.SCNNode) }, ReturnType=typeof(System.Boolean), Selector="avoidOccluderConstraint:shouldAvoidOccluder:forNode:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAvoidOccluder", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(SceneKit.SCNAvoidOccluderConstraint), typeof(SceneKit.SCNNode), typeof(SceneKit.SCNNode) }, Selector="avoidOccluderConstraint:didAvoidOccluder:forNode:")]
public interface ISCNAvoidOccluderConstraintDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="SCNAvoidOccluderConstraintDelegate", WrapperType=typeof(SceneKit.SCNAvoidOccluderConstraintDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldAvoidOccluder", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(SceneKit.SCNAvoidOccluderConstraint), typeof(SceneKit.SCNNode), typeof(SceneKit.SCNNode) }, ReturnType=typeof(System.Boolean), Selector="avoidOccluderConstraint:shouldAvoidOccluder:forNode:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAvoidOccluder", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(SceneKit.SCNAvoidOccluderConstraint), typeof(SceneKit.SCNNode), typeof(SceneKit.SCNNode) }, Selector="avoidOccluderConstraint:didAvoidOccluder:forNode:")>]
type ISCNAvoidOccluderConstraintDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to