DrifterMappingKey

annotation class DrifterMappingKey(val storageKey: String = "", val exposedMethod: String = "")

Specifies a key for mapping a property or parameter to a Unity method.

Properties

Link copied to clipboard

The name of the Unity method associated with this property/parameter. Example Usage:

Link copied to clipboard

The key used for storage and retrieval. If empty, defaults to the property/parameter name in snake_case uppercase (e.g., "waterColor" -> "WATER_COLOR").