Enum CustomObjectType
Custom object type.
Vector has 20 slots for custom object types. You can define a Anki.Vector.ExternalInterface.CustomBoxDefinition, Anki.Vector.ExternalInterface.CustomCubeDefinition, or Anki.Vector.ExternalInterface.CustomWallDefinition in these slots and Vector will recognize objects of those types.
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public enum CustomObjectType
Fields
| Name | Description |
|---|---|
| None | Not a custom object type. |
| Type1 | Custom object type #1. |
| Type10 | Custom object type #10. |
| Type11 | Custom object type #11. |
| Type12 | Custom object type #12. |
| Type13 | Custom object type #13. |
| Type14 | Custom object type #14. |
| Type15 | Custom object type #15. |
| Type16 | Custom object type #16. |
| Type17 | Custom object type #17. |
| Type18 | Custom object type #18. |
| Type19 | Custom object type #19. |
| Type2 | Custom object type #2. |
| Type20 | Custom object type #20. |
| Type3 | Custom object type #3. |
| Type4 | Custom object type #4. |
| Type5 | Custom object type #5. |
| Type6 | Custom object type #6. |
| Type7 | Custom object type #7. |
| Type8 | Custom object type #8. |
| Type9 | Custom object type #9. |