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.MultiplayerAssembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
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. |