PickingSupport Enumeration
Specifies constants that define how much information is available in presentation object instances.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum PickingSupport
Values
Value name | Value | Description |
---|---|---|
None | 0 | No presentation objects will be generated. This means that a Visualizer will not return anything when View.WhatsAt or View.WhatsIn is called and thus hit testing and selection is not possible. This is useful to support more fine grained control over selection than what is possible through the Layer.Selectable property. |
Default | 1 | PresentationObject instances will support all methods and properties except PresentationObject.Visualizer and PresentationObject.Feature. |
Extended | 2 | PresentationObject instances will support all methods and properties. |
Platforms
Windows, Linux, Android