ScoreObjectT Class
Represents a score object holding a list of values of type T.
This class manages the storage, retrieval, and manipulation of score data.
Namespace: Alteruna.ScoreboardAssembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
public class ScoreObject<T> : IScoreObject
where T : struct, new(), IConvertible
- Inheritance
- Object ScoreObjectT
- Implements
- IScoreObject
Type Parameters
- T
- The type of the score data.
Key |
Gets the key associated with the score object.
|
OnChanged |
Action invoked when a value in the score object is changed.
|
Value |
Gets or sets the list of values. Setting this property invokes OnChanged.
|