SCNAvoidOccluderConstraintDelegate_Extensions Class

Definition

Extension methods to the ISCNAvoidOccluderConstraintDelegate interface to support all the methods from the SCNAvoidOccluderConstraintDelegate protocol.

public static class SCNAvoidOccluderConstraintDelegate_Extensions
type SCNAvoidOccluderConstraintDelegate_Extensions = class
Inheritance
SCNAvoidOccluderConstraintDelegate_Extensions

Remarks

The extension methods for ISCNAvoidOccluderConstraintDelegate allow developers to treat instances of the interface as having all the optional methods of the original SCNAvoidOccluderConstraintDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidAvoidOccluder(ISCNAvoidOccluderConstraintDelegate, SCNAvoidOccluderConstraint, SCNNode, SCNNode)
ShouldAvoidOccluder(ISCNAvoidOccluderConstraintDelegate, SCNAvoidOccluderConstraint, SCNNode, SCNNode)

Applies to