Agent.AgentType.AgentType C# (CSharp) Метод

AgentType() публичный Метод

public AgentType ( AgentType agent, Point3d position, Point3d refPosition ) : System
agent AgentType
position Point3d
refPosition Point3d
Результат System
    public AgentType(AgentType agent, Point3d position, Point3d refPosition)
    {

      this.position = position;
      this.refPosition = refPosition;
    }
    

Same methods

AgentType::AgentType ( ) : System
AgentType::AgentType ( AgentType agent ) : System
AgentType::AgentType ( AgentType agent, Point3d position ) : System
AgentType::AgentType ( Point3d position ) : System