Interface IConfigurableMatchRating
Namespace: Unity.MARS
Syntax
public interface IConfigurableMatchRating
Properties
ratingConfig
Declaration
RatingConfiguration ratingConfig { get; set; }
Property Value
Type | Description |
---|---|
RatingConfiguration |
Methods
OnRatingConfigChange()
Callback that runs after the rating configuration is set by code (not in the inspector)
Declaration
void OnRatingConfigChange()