Struct GroupRatingConfiguration
Defines how a group's match rating components will be reduced to a single rating
Inherited Members
Namespace: Unity.MARS.Data
Assembly: Unity.MARS.dll
Syntax
[MovedFrom("Unity.MARS")]
public struct GroupRatingConfiguration
Constructors
GroupRatingConfiguration(float)
Defines how a group's match rating components will be reduced to a single rating
Declaration
public GroupRatingConfiguration(float membersWeight = 0.5)
Parameters
Type | Name | Description |
---|---|---|
float | 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 |
---|---|
float |