Docsv2.12.12
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.

Implementations(2)

Types that implement IAttributeData.

public abstract void Release()

Releases all pooled resources back to the pool.

See Also