Back to API Reference
Interface

IAttributeData

abstract

Interface for custom attribute data stored in UniTextBuffers.

Remarks

Implement this interface to create custom per-text attribute storage for modifiers. Use GetOrCreateAttributeData<T> to retrieve instances.
public abstract void Release()

Releases all pooled resources back to the pool.

See Also