For the complete documentation index, see llms.txt. This page is also available as Markdown.

KS.Unity

Namespaces

KS.Unity.Editor

Classes

ksPathFinderAttribute

File and directory path finder attribute tag

ksSerializableDictionary<Key, Value>

A dictionary that implements ISerializationCallbackReceiver for serializing key value data.

ksSerializableHashSet<T>

A hash set that implements ISerializationCallbackReceiver for serializing data.

ksSerializableVersion

Wraps a ksVersion so it can be serialized by Unity and edited in the inspector.

Interfaces

ksISerializableDictionary

Extends the IDictionary interface with functions used by the dictionary property drawer to detect duplicate keys. Because the contents of the dictionary are serialized in a list, it is possible for the list to contain duplicate keys.

Last updated