<!--
{
  "availability" : [
    "iOS: 5.0.0 - 12.0.0",
    "iPadOS: 5.0.0 - 12.0.0",
    "macOS: 10.8.0 - 10.14.0",
    "tvOS: 9.0.0 - 12.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "GLKit",
  "identifier" : "/documentation/GLKit/GLKEffectProperty",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "GLKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GLKEffectProperty"
  },
  "title" : "GLKEffectProperty"
}
-->

# GLKEffectProperty

The abstract superclass for configuration information used in GLKit rendering effects.

```
class GLKEffectProperty
```

## Overview

Subclasses of [`GLKEffectProperty`](/documentation/GLKit/GLKEffectProperty) provide one or more Objective-C properties that define how that state can be configured for an effect.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherited By

[`GLKEffectPropertyLight`](/documentation/GLKit/GLKEffectPropertyLight)

[`GLKEffectPropertyTexture`](/documentation/GLKit/GLKEffectPropertyTexture)

[`GLKEffectPropertyFog`](/documentation/GLKit/GLKEffectPropertyFog)

[`GLKEffectPropertyTransform`](/documentation/GLKit/GLKEffectPropertyTransform)

[`GLKEffectPropertyMaterial`](/documentation/GLKit/GLKEffectPropertyMaterial)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)