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