C# Class GoodAI.Modules.School.Worlds.RogueTeacher

Inheritance: GoodAI.Modules.School.Common.AbstractTeacherInWorld
Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Свойство Type Description
ActionsList List

Méthodes publiques

Méthode Description
ActionsCount ( ) : int
CurrentAction ( ) : float[]
GetDefaultSize ( ) : Size
GetDefaultStopTexture ( ) : string
GetDefaultTexturePath ( ) : string
GetRandomAction ( Random rndGen, int degreeOfFreedom ) : Actions
IsDone ( ) : bool
Reset ( ) : void
RogueTeacher ( PointF p, List actions, float scale = 1.0f ) : GoodAI.Core.Nodes
RogueTeacher ( PointF p, float scale = 1.0f ) : GoodAI.Core.Nodes
Stop ( ) : void

Private Methods

Méthode Description
GetActionVector ( Actions a ) : float[]

Method Details

ActionsCount() public méthode

public ActionsCount ( ) : int
Résultat int

CurrentAction() public méthode

public CurrentAction ( ) : float[]
Résultat float[]

GetDefaultSize() public static méthode

public static GetDefaultSize ( ) : Size
Résultat System.Drawing.Size

GetDefaultStopTexture() public static méthode

public static GetDefaultStopTexture ( ) : string
Résultat string

GetDefaultTexturePath() public static méthode

public static GetDefaultTexturePath ( ) : string
Résultat string

GetRandomAction() public static méthode

public static GetRandomAction ( Random rndGen, int degreeOfFreedom ) : Actions
rndGen System.Random
degreeOfFreedom int
Résultat Actions

IsDone() public méthode

public IsDone ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

RogueTeacher() public méthode

public RogueTeacher ( PointF p, List actions, float scale = 1.0f ) : GoodAI.Core.Nodes
p System.Drawing.PointF
actions List
scale float
Résultat GoodAI.Core.Nodes

RogueTeacher() public méthode

public RogueTeacher ( PointF p, float scale = 1.0f ) : GoodAI.Core.Nodes
p System.Drawing.PointF
scale float
Résultat GoodAI.Core.Nodes

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

ActionsList public_oe property

public List ActionsList
Résultat List