---
title: GCVirtualController.ElementConfiguration
framework: gamecontroller
role: symbol
role_heading: Class
path: gamecontroller/gcvirtualcontroller/elementconfiguration
---

# GCVirtualController.ElementConfiguration

The properties of a virtual controller’s element that you can customize.

## Declaration

```swift
class ElementConfiguration
```

## Topics

### Configuring elements

- [path](gamecontroller/gcvirtualcontroller/elementconfiguration/path.md)
- [isHidden](gamecontroller/gcvirtualcontroller/elementconfiguration/ishidden.md)
- [actsAsTouchpad](gamecontroller/gcvirtualcontroller/elementconfiguration/actsastouchpad.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Customizing the elements

- [updateConfiguration(forElement:configuration:)](gamecontroller/gcvirtualcontroller/updateconfiguration(forelement:configuration:).md)
