Struct GroupRatingConfiguration
Defines how a group's match rating components will be reduced to a single rating
Namespace: Unity.MARS.Data
Syntax
public struct GroupRatingConfiguration
Constructors
GroupRatingConfiguration(Single)
Defines how a group's match rating components will be reduced to a single rating
Declaration
public GroupRatingConfiguration(float membersWeight = null)
Parameters
Type | Name | Description |
---|---|---|
Single | membersWeight | The percentage of the group's match rating that is determined by the ratings of child matches |
Fields
MemberMatchWeight
The percentage of the group's match rating that is determined by the ratings of child matches
Declaration
public readonly float MemberMatchWeight
Field Value
Type | Description |
---|---|
Single |