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.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
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. |