Collection
Collection is a data structure that can contain a number of items.
CollectionCore
is derived from VariableCore
.
CollectionCore
is a wrapper for List
and Dictionary
, with additional events that are triggered when an item is added, removed, cleared, or updated.
Base Classes
Kassets provides default base classes that is usable immediately.
Collections
BoolCollection
ByteCollection
IntCollection
FloatCollection
LongCollection
DoubleCollection
StringCollection
Vector2Collection
Vector3Collection
QuaternionCollection
PoseCollection
TransformCollection