C# Class SimpleSoccer.Net.ParameterManager

Inheritance: ParameterFileBase
Show file Open project: soshimozi/SimpleSoccer.Net

Public Properties

Property Type Description
BallMass double
BallSize double
BallWithinReceivingRange double
BallWithinReceivingRangeSq double
ChanceOfUsingArriveTypeReceiveBehavior double
ChancePlayerAttemptsPotShot double
DefenseInterceptRange double
DefenseInterceptRangeSq double
FieldOfView double
FrameRate int
Friction double
GoalKeeperInterceptRange double
GoalKeeperInterceptRangeSq double
GoalKeeperTendingDistance double
GoalWidth double
GoalkeeperMinPassDist double
KeeperInBallRange double
KeeperInBallRangeSq double
MaxDribbleForce double
MaxPassingForce double
MaxShootingForce double
MinPassDist double
NonPenetrationConstraint bool
NumAttemptsToFindValidStrike int
NumSupportSpotsX int
NumSupportSpotsY int
PassThreatRadius double
PlayerComfortZone double
PlayerComfortZoneSq double
PlayerInTargetRange double
PlayerInTargetRangeSq double
PlayerKickFrequency double
PlayerKickingAccuracy double
PlayerKickingDistance double
PlayerKickingDistanceSq double
PlayerMass double
PlayerMaxForce double
PlayerMaxSpeedWithBall double
PlayerMaxSpeedWithoutBall double
PlayerMaxTurnRate double
PlayerScale double
SeparationCoefficient double
ShowControllingTeam bool
ShowHighlightIfThreatened bool
ShowIDs bool
ShowRegions bool
ShowStates bool
ShowSupportSpots bool
ShowViewTargets bool
SpotAheadOfAttackerScore double
SpotCanScoreFromPositionScore double
SpotClosenessToSupportingPlayerScore double
SpotDistFromControllingPlayerScore double
SpotPassSafeScore double
SupportSpotUpdateFreq double
ViewDistance double
WithinRangeOfHome double
WithinRangeOfSupportSpot double
WithinRangeOfSupportSpotSq double

Public Methods

Method Description
ParameterManager ( ) : System

Method Details

ParameterManager() public method

public ParameterManager ( ) : System
return System

Property Details

BallMass public property

public double BallMass
return double

BallSize public property

public double BallSize
return double

BallWithinReceivingRange public property

public double BallWithinReceivingRange
return double

BallWithinReceivingRangeSq public property

public double BallWithinReceivingRangeSq
return double

ChanceOfUsingArriveTypeReceiveBehavior public property

public double ChanceOfUsingArriveTypeReceiveBehavior
return double

ChancePlayerAttemptsPotShot public property

public double ChancePlayerAttemptsPotShot
return double

DefenseInterceptRange public property

public double DefenseInterceptRange
return double

DefenseInterceptRangeSq public property

public double DefenseInterceptRangeSq
return double

FieldOfView public property

public double FieldOfView
return double

FrameRate public property

public int FrameRate
return int

Friction public property

public double Friction
return double

GoalKeeperInterceptRange public property

public double GoalKeeperInterceptRange
return double

GoalKeeperInterceptRangeSq public property

public double GoalKeeperInterceptRangeSq
return double

GoalKeeperTendingDistance public property

public double GoalKeeperTendingDistance
return double

GoalWidth public property

public double GoalWidth
return double

GoalkeeperMinPassDist public property

public double GoalkeeperMinPassDist
return double

KeeperInBallRange public property

public double KeeperInBallRange
return double

KeeperInBallRangeSq public property

public double KeeperInBallRangeSq
return double

MaxDribbleForce public property

public double MaxDribbleForce
return double

MaxPassingForce public property

public double MaxPassingForce
return double

MaxShootingForce public property

public double MaxShootingForce
return double

MinPassDist public property

public double MinPassDist
return double

NonPenetrationConstraint public property

public bool NonPenetrationConstraint
return bool

NumAttemptsToFindValidStrike public property

public int NumAttemptsToFindValidStrike
return int

NumSupportSpotsX public property

public int NumSupportSpotsX
return int

NumSupportSpotsY public property

public int NumSupportSpotsY
return int

PassThreatRadius public property

public double PassThreatRadius
return double

PlayerComfortZone public property

public double PlayerComfortZone
return double

PlayerComfortZoneSq public property

public double PlayerComfortZoneSq
return double

PlayerInTargetRange public property

public double PlayerInTargetRange
return double

PlayerInTargetRangeSq public property

public double PlayerInTargetRangeSq
return double

PlayerKickFrequency public property

public double PlayerKickFrequency
return double

PlayerKickingAccuracy public property

public double PlayerKickingAccuracy
return double

PlayerKickingDistance public property

public double PlayerKickingDistance
return double

PlayerKickingDistanceSq public property

public double PlayerKickingDistanceSq
return double

PlayerMass public property

public double PlayerMass
return double

PlayerMaxForce public property

public double PlayerMaxForce
return double

PlayerMaxSpeedWithBall public property

public double PlayerMaxSpeedWithBall
return double

PlayerMaxSpeedWithoutBall public property

public double PlayerMaxSpeedWithoutBall
return double

PlayerMaxTurnRate public property

public double PlayerMaxTurnRate
return double

PlayerScale public property

public double PlayerScale
return double

SeparationCoefficient public property

public double SeparationCoefficient
return double

ShowControllingTeam public property

public bool ShowControllingTeam
return bool

ShowHighlightIfThreatened public property

public bool ShowHighlightIfThreatened
return bool

ShowIDs public property

public bool ShowIDs
return bool

ShowRegions public property

public bool ShowRegions
return bool

ShowStates public property

public bool ShowStates
return bool

ShowSupportSpots public property

public bool ShowSupportSpots
return bool

ShowViewTargets public property

public bool ShowViewTargets
return bool

SpotAheadOfAttackerScore public property

public double SpotAheadOfAttackerScore
return double

SpotCanScoreFromPositionScore public property

public double SpotCanScoreFromPositionScore
return double

SpotClosenessToSupportingPlayerScore public property

public double SpotClosenessToSupportingPlayerScore
return double

SpotDistFromControllingPlayerScore public property

public double SpotDistFromControllingPlayerScore
return double

SpotPassSafeScore public property

public double SpotPassSafeScore
return double

SupportSpotUpdateFreq public property

public double SupportSpotUpdateFreq
return double

ViewDistance public property

public double ViewDistance
return double

WithinRangeOfHome public property

public double WithinRangeOfHome
return double

WithinRangeOfSupportSpot public property

public double WithinRangeOfSupportSpot
return double

WithinRangeOfSupportSpotSq public property

public double WithinRangeOfSupportSpotSq
return double