SCNSceneSourceFilter Delegate

Definition

Delegate that tests objects in the scene for inclusion.

public delegate bool SCNSceneSourceFilter(NSObject entry, NSString identifier, ref bool stop);
type SCNSceneSourceFilter = delegate of NSObject * NSString *  -> bool

Parameters

entry
NSObject
identifier
NSString
stop
Boolean

Return Value

Applies to