C# Class OemosProto1.ActorData

Show file Open project: oemosproject/oemosproject Class Usage Examples

Public Properties

Property Type Description
ActorLocation System.Drawing.PointF
ActorPainter PaintHandler
ActorProcess ProcessType
ActorSize float
BrainArgs object[]
BrainType BrainType
LastSalaryPay double
MoneyInBank double
MonthlySalary double
PainterArgs1 int[]
PainterArgs2 string[]
ProcessArgs object[]
ProcessSkill double[]
layer int

Property Details

ActorLocation public property

public PointF,System.Drawing ActorLocation
return System.Drawing.PointF

ActorPainter public property

public PaintHandler ActorPainter
return PaintHandler

ActorProcess public property

public ProcessType ActorProcess
return ProcessType

ActorSize public property

public float ActorSize
return float

BrainArgs public property

public object[] BrainArgs
return object[]

BrainType public property

public BrainType BrainType
return BrainType

LastSalaryPay public property

public double LastSalaryPay
return double

MoneyInBank public property

public double MoneyInBank
return double

MonthlySalary public property

public double MonthlySalary
return double

PainterArgs1 public property

public int[] PainterArgs1
return int[]

PainterArgs2 public property

public string[] PainterArgs2
return string[]

ProcessArgs public property

public object[] ProcessArgs
return object[]

ProcessSkill public property

public double[] ProcessSkill
return double[]

layer public property

public int layer
return int